Skip to main content
Glama

Structured Workflow MCP

by kingdomseed

phase_output

Record verified outputs and results for each workflow phase, including formatted artifacts, to ensure disciplined programming and structured development processes.

Instructions

Record the output/results when completing a workflow phase - REQUIRES ACTUAL OUTPUT ARTIFACTS with numbered file naming

Input Schema

NameRequiredDescriptionDefault
outputYesThe results/findings from this phase
outputArtifactsYesMANDATORY: List of actual output artifacts you created for this phase (use numbered file names)
phaseYesThe phase you are completing

Input Schema (JSON Schema)

{ "properties": { "output": { "additionalProperties": true, "description": "The results/findings from this phase", "type": "object" }, "outputArtifacts": { "description": "MANDATORY: List of actual output artifacts you created for this phase (use numbered file names)", "items": { "properties": { "content": { "description": "REQUIRED: The actual content/JSON of your output (for validation)", "type": "string" }, "description": { "description": "Brief description of what this artifact contains", "type": "string" }, "format": { "description": "Format of the output", "enum": [ "markdown", "json", "text" ], "type": "string" }, "path": { "description": "File path if written to disk, OR descriptive identifier for JSON output provided in response", "type": "string" } }, "required": [ "path", "format", "description", "content" ], "type": "object" }, "minItems": 1, "type": "array" }, "phase": { "description": "The phase you are completing", "enum": [ "AUDIT_INVENTORY", "COMPARE_ANALYZE", "QUESTION_DETERMINE", "WRITE_OR_REFACTOR", "TEST", "LINT", "ITERATE", "PRESENT" ], "type": "string" } }, "required": [ "phase", "output", "outputArtifacts" ], "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