Skip to main content
Glama

Spec Workflow MCP

get-spec-context

Load specification context documents (requirements, design, tasks) for an existing spec. Use when starting fresh, returning to work after a break, or during implementation. Avoid during active spec creation.

Instructions

Load specification context documents (requirements.md, design.md, tasks.md) for a specific spec. CRITICAL: DO NOT use during active spec creation workflow if you just created the documents in this conversation. Only use when: 1) Starting fresh on existing spec, 2) Returning to work after conversation break, 3) Implementation phase on existing specs.

Input Schema

NameRequiredDescriptionDefault
projectPathYesAbsolute path to the project root
specNameYesName of the specification to load context for

Input Schema (JSON Schema)

{ "properties": { "projectPath": { "description": "Absolute path to the project root", "type": "string" }, "specName": { "description": "Name of the specification to load context for", "type": "string" } }, "required": [ "projectPath", "specName" ], "type": "object" }

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