Skip to main content
Glama

Spec MCP Server

by karol-f

task-executor

Execute specific development tasks by providing detailed implementation guidance, requirements, acceptance criteria, and code patterns for systematic project completion.

Instructions

Executes a specific task from tasks.md by providing detailed implementation guidance, requirements, acceptance criteria, and code patterns. This tool focuses on implementing one task thoroughly.

Input Schema

NameRequiredDescriptionDefault
project_pathNoPath to the project directory (defaults to current directory)
task_idYesTask ID to execute (e.g., T-1, T-2)
update_statusNoWhether to include instructions for updating task status (default: true)

Input Schema (JSON Schema)

{ "properties": { "project_path": { "description": "Path to the project directory (defaults to current directory)", "type": "string" }, "task_id": { "description": "Task ID to execute (e.g., T-1, T-2)", "type": "string" }, "update_status": { "description": "Whether to include instructions for updating task status (default: true)", "type": "boolean" } }, "required": [ "task_id" ], "type": "object" }

Other Tools from Spec MCP Server

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/karol-f/spec-mcp'

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