Skip to main content
Glama

Spec Workflow MCP

by Pimzino

manage-tasks

Track and update task progress for spec implementation. Begin by setting status to in-progress, implement the task, then mark as completed. Supports listing tasks, updating statuses, and managing workflow sequences.

Instructions

Task management for spec implementation. REQUIRED SEQUENCE: First mark task as in-progress, then implement, finally mark as completed. ALWAYS update status to in-progress before starting work. Implementation workflow: set-status (in-progress) → code → set-status (completed). Status markers: [] = pending, [-] = in-progress, [x] = completed

Input Schema

NameRequiredDescriptionDefault
actionNoAction: list all tasks, get specific task, set task status, get next pending task, or get full implementation contextlist
projectPathYesAbsolute path to the project root
specNameYesName of the specification
statusNoNew task status (required for set-status action)
taskIdNoSpecific task ID (required for get, set-status, and context actions)

Input Schema (JSON Schema)

{ "properties": { "action": { "default": "list", "description": "Action: list all tasks, get specific task, set task status, get next pending task, or get full implementation context", "enum": [ "list", "get", "set-status", "next-pending", "context" ], "type": "string" }, "projectPath": { "description": "Absolute path to the project root", "type": "string" }, "specName": { "description": "Name of the specification", "type": "string" }, "status": { "description": "New task status (required for set-status action)", "enum": [ "pending", "in-progress", "completed" ], "type": "string" }, "taskId": { "description": "Specific task ID (required for get, set-status, and context actions)", "type": "string" } }, "required": [ "projectPath", "specName" ], "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