Skip to main content
Glama

Structured Workflow MCP

by kingdomseed

user_input_required_guidance

Escalate process to user input when iteration limits, checkpoints, or validation failures occur, ensuring structured workflow adherence and issue resolution for seamless progress.

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