Skip to main content
Glama

Spec Workflow MCP

by Pimzino

create-spec-doc

Generate a single spec document (requirements, design, or tasks) for structured software development workflows in AI-assisted projects. Requires user review after each document creation for accuracy and compliance.

Instructions

Create spec document. CRITICAL: Only creates ONE document at a time. You MUST get user review after EACH document before creating the next one.

Input Schema

NameRequiredDescriptionDefault
contentYesThe complete markdown content for the spec document
documentYesWhich spec document to create/update: requirements, design, or tasks
projectPathYesAbsolute path to the project root
specNameYesFeature name in kebab-case (e.g., user-authentication)

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "The complete markdown content for the spec document", "type": "string" }, "document": { "description": "Which spec document to create/update: requirements, design, or tasks", "enum": [ "requirements", "design", "tasks" ], "type": "string" }, "projectPath": { "description": "Absolute path to the project root", "type": "string" }, "specName": { "description": "Feature name in kebab-case (e.g., user-authentication)", "pattern": "^[a-z][a-z0-9-]*$", "type": "string" } }, "required": [ "projectPath", "specName", "document", "content" ], "type": "object" }
Install Server

Other Tools from Spec Workflow MCP

Related Tools

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/Pimzino/spec-workflow-mcp'

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