Skip to main content
Glama

Spec MCP Server

by karol-f

task-checker

Verify task acceptance criteria by checking completion checkboxes with quoted evidence. Returns a PASS/FAIL decision rule for task validation in development workflows.

Instructions

Prompt-only verification: instructs the agent to verify acceptance criteria checkboxes for a task with quoted evidence. Returns a PASS/FAIL decision rule to apply.

Input Schema

NameRequiredDescriptionDefault
project_pathNoPath to project (defaults to current directory)
task_idYesTask ID to check (e.g., T-1, T-2)

Input Schema (JSON Schema)

{ "properties": { "project_path": { "description": "Path to project (defaults to current directory)", "type": "string" }, "task_id": { "description": "Task ID to check (e.g., T-1, T-2)", "type": "string" } }, "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