Skip to main content
Glama

Dynamic Form MCP

by backsoul

create-answers

Add multiple responses to one or more dynamic forms using UUIDs and field indexes with the 'create-answers' tool in the Dynamic Form MCP server.

Instructions

Agrega múltiples respuestas a uno o varios formularios mediante sus UUID y los índices de campo

Input Schema

NameRequiredDescriptionDefault
answersYesArray de respuestas a crear

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "answers": { "description": "Array de respuestas a crear", "items": { "additionalProperties": false, "properties": { "fields": { "description": "Lista de respuestas por campo", "items": { "additionalProperties": false, "properties": { "index": { "description": "Índice del campo", "type": "number" }, "value": { "description": "Valor de la respuesta", "type": "string" } }, "required": [ "index", "value" ], "type": "object" }, "minItems": 1, "type": "array" }, "uuid": { "description": "UUID del formulario", "format": "uuid", "type": "string" } }, "required": [ "uuid", "fields" ], "type": "object" }, "minItems": 1, "type": "array" } }, "required": [ "answers" ], "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