Skip to main content
Glama

Spec Workflow MCP

by kingkongshot

specs-workflow

Automate and manage software project documentation workflows, including requirements, design, and task specifications. Supports operations like initialization, checking, skipping, and task confirmation to streamline development processes.

Instructions

Manage intelligent writing workflow for software project requirements, design, and task documents. Supports initialization, checking, skipping, and confirmation operations.

Input Schema

NameRequiredDescriptionDefault
actionNoOperation parameters
pathYesSpecification directory path (e.g., /Users/link/specs-mcp/batch-log-test)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "additionalProperties": false, "description": "Operation parameters", "properties": { "featureName": { "description": "Feature name (required for init)", "type": "string" }, "introduction": { "description": "Feature introduction (required for init)", "type": "string" }, "taskNumber": { "description": "Task number to mark as completed (required for complete_task)", "type": "string" }, "type": { "description": "Operation type", "enum": [ "init", "check", "skip", "confirm", "complete_task" ], "type": "string" } }, "required": [ "type" ], "type": "object" }, "path": { "description": "Specification directory path (e.g., /Users/link/specs-mcp/batch-log-test)", "type": "string" } }, "required": [ "path" ], "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/kingkongshot/specs-workflow-mcp'

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