Skip to main content
Glama

Dynamic Form MCP

by backsoul

get-answers

Extract and view responses from a dynamic form using its unique UUID. Simplify data retrieval and analysis for web form submissions with this tool in the Dynamic Form MCP server.

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" }

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