Skip to main content
Glama

Structured Workflow MCP

by kingdomseed

tdd_workflow

Initiate a Test-Driven Development workflow using Red-Green-Refactor cycles. Define tasks, specify target files, and enforce writing tests first to ensure disciplined feature development and verified outputs.

Instructions

Start a Test-Driven Development workflow with Red-Green-Refactor cycles

Input Schema

NameRequiredDescriptionDefault
contextNoAdditional context (optional)
taskYesDescription of the feature to develop using TDD

Input Schema (JSON Schema)

{ "properties": { "context": { "description": "Additional context (optional)", "properties": { "acceptanceCriteria": { "description": "Clear acceptance criteria for the feature", "items": { "type": "string" }, "type": "array" }, "targetFiles": { "description": "Files where tests and implementation will be added", "items": { "type": "string" }, "type": "array" }, "testFirst": { "default": true, "description": "Always write the test first (TDD principle)", "type": "boolean" }, "testFramework": { "description": "Testing framework to use", "type": "string" } }, "type": "object" }, "task": { "description": "Description of the feature to develop using TDD", "type": "string" } }, "required": [ "task" ], "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