Skip to main content
Glama

Structured Workflow MCP

by kingdomseed

validate_phase_completion

Ensures all phase-specific requirements are met before advancing in a structured workflow, validating completed work and created files for accuracy and compliance.

Instructions

Validate that current phase meets all completion requirements before allowing progression

Input Schema

NameRequiredDescriptionDefault
completedWorkYesDescription of work completed in this phase
createdFilesNoList of files created during this phase
phaseYesThe phase to validate

Input Schema (JSON Schema)

{ "properties": { "completedWork": { "additionalProperties": true, "description": "Description of work completed in this phase", "type": "object" }, "createdFiles": { "description": "List of files created during this phase", "items": { "type": "string" }, "type": "array" }, "phase": { "description": "The phase to validate", "enum": [ "SETUP", "AUDIT_INVENTORY", "COMPARE_ANALYZE", "QUESTION_DETERMINE", "WRITE_OR_REFACTOR", "TEST", "LINT", "ITERATE", "PRESENT" ], "type": "string" } }, "required": [ "phase", "completedWork" ], "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