Skip to main content
Glama

Spec Workflow MCP

by Pimzino

request-approval

Submit approval requests for documents or actions in Spec Workflow MCP. Attach file paths for review directly in the dashboard, ensuring clarity and streamlined human approval processes.

Instructions

Request human approval for a document or action. Creates an approval request that appears in the dashboard for user review. CRITICAL: Provide only the filePath parameter (the dashboard reads files directly). Including content in the request will cause approval system errors.

Input Schema

NameRequiredDescriptionDefault
categoryYesCategory of the approval request - "spec" for specifications
categoryNameYesName of the spec this approval is related to
filePathYesPath to the file that needs approval (relative to project root). The dashboard will read and display this file.
titleYesBrief title describing what needs approval
typeYesType of approval request - "document" for content approval, "action" for action approval

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Category of the approval request - \"spec\" for specifications", "enum": [ "spec" ], "type": "string" }, "categoryName": { "description": "Name of the spec this approval is related to", "type": "string" }, "filePath": { "description": "Path to the file that needs approval (relative to project root). The dashboard will read and display this file.", "type": "string" }, "title": { "description": "Brief title describing what needs approval", "type": "string" }, "type": { "description": "Type of approval request - \"document\" for content approval, \"action\" for action approval", "enum": [ "document", "action" ], "type": "string" } }, "required": [ "title", "filePath", "type", "category", "categoryName" ], "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