Skip to main content
Glama

Dynamic Form MCP

by backsoul

get-answers

Retrieve responses from an existing dynamic form using its UUID, enabling efficient access to submitted data for analysis or processing.

Instructions

Obtiene las respuestas de un formulario existente mediante su UUID

Input Schema

NameRequiredDescriptionDefault
uuidYesUUID del formulario

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "uuid": { "description": "UUID del formulario", "format": "uuid", "type": "string" } }, "required": [ "uuid" ], "type": "object" }
Install Server

Other Tools from Dynamic Form MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/backsoul/dynamicform-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server