Skip to main content
Glama

Dynamic Form MCP

by backsoul

get-form

Retrieve the structure of an existing web form using its UUID for integration or customization via the Dynamic Form MCP server.

Instructions

Obtiene la estructura 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