Skip to main content
Glama

Spec Workflow MCP

get-template-context

Load document templates to optimize context for AI-driven software development, ensuring structured workflows in requirements, design, and task creation. Specify project path and category for targeted template retrieval.

Instructions

Load document templates for context optimization

Input Schema

NameRequiredDescriptionDefault
categoryNoTemplate category to loadall
projectPathYesAbsolute path to the project root

Input Schema (JSON Schema)

{ "properties": { "category": { "default": "all", "description": "Template category to load", "enum": [ "spec", "bug", "steering", "all" ], "type": "string" }, "projectPath": { "description": "Absolute path to the project root", "type": "string" } }, "required": [ "projectPath" ], "type": "object" }

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