Skip to main content
Glama

Tally MCP Server

  • Apple
  • Linux

validate_form_logic_flow

Analyze and validate the logical flow of a form to detect issues or dead ends, ensuring proper navigation and functionality within structured forms.

Instructions

Analyze and validate the logical flow of a form to identify potential issues or dead ends

Input Schema

NameRequiredDescriptionDefault
blocksYesArray of form blocks to analyze for logic flow

Input Schema (JSON Schema)

{ "properties": { "blocks": { "description": "Array of form blocks to analyze for logic flow", "items": { "properties": { "payload": { "type": "object" }, "type": { "type": "string" }, "uuid": { "type": "string" } }, "required": [ "uuid", "type" ], "type": "object" }, "type": "array" } }, "required": [ "blocks" ], "type": "object" }

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/cathrynlavery/tally-mcp-server'

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