Skip to main content
Glama

Structured Workflow MCP

by kingdomseed

user_input_required_guidance

Facilitates user intervention in structured workflows when iteration limits, validation failures, or checkpoints are triggered, ensuring accurate progress and error resolution.

Instructions

Handle escalation to user input when iteration limits reached or checkpoints triggered

Input Schema

NameRequiredDescriptionDefault
contextNoAdditional context about the escalation
triggerYesWhat triggered the escalation

Input Schema (JSON Schema)

{ "properties": { "context": { "description": "Additional context about the escalation", "properties": { "attemptCount": { "type": "number" }, "failedPhase": { "type": "string" }, "lastError": { "type": "string" }, "specificIssues": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "trigger": { "description": "What triggered the escalation", "enum": [ "iteration_limit", "user_checkpoint", "validation_failure", "time_limit" ], "type": "string" } }, "required": [ "trigger" ], "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/kingdomseed/structured-workflow-mcp'

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