Skip to main content
Glama

Tally MCP Server

  • Apple
  • Linux

create_conditional_logic_block

Build structured conditional logic blocks for form flow control using trigger fields, comparison operators, and target blocks. Define conditions to direct user paths and manage form behavior effectively.

Instructions

Create properly structured conditional logic blocks with validation for form flow control

Input Schema

NameRequiredDescriptionDefault
conditionsYesArray of conditional rules
defaultTargetNoUUID of block to jump to if no conditions are met
logicTypeNoType of conditional logic pattern
triggerFieldYesUUID of the field that triggers the condition

Input Schema (JSON Schema)

{ "properties": { "conditions": { "description": "Array of conditional rules", "items": { "properties": { "operator": { "description": "Comparison operator for the condition", "enum": [ "equals", "not_equals", "contains", "not_contains", "greater_than", "less_than", "greater_equal", "less_equal", "is_empty", "is_not_empty", "starts_with", "ends_with" ], "type": "string" }, "targetBlock": { "description": "UUID of block to jump to if condition is met", "type": "string" }, "value": { "description": "Value to compare against (not needed for is_empty/is_not_empty)", "type": "string" } }, "required": [ "operator", "targetBlock" ], "type": "object" }, "type": "array" }, "defaultTarget": { "description": "UUID of block to jump to if no conditions are met", "type": "string" }, "logicType": { "description": "Type of conditional logic pattern", "enum": [ "simple_branch", "multi_branch", "progressive_disclosure", "skip_logic" ], "type": "string" }, "triggerField": { "description": "UUID of the field that triggers the condition", "type": "string" } }, "required": [ "triggerField", "conditions" ], "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