Skip to main content
Glama

Dynamic Form MCP

by backsoul

get-form

Retrieve the structure of an existing form using its UUID with the MCP server, enabling users to manage and handle dynamic web forms efficiently.

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