Skip to main content
Glama

Spec Workflow MCP

by Pimzino

get-approval-status

Check the current status of an approval request by polling with its unique ID. Useful for tracking approval progress within structured spec-driven development workflows.

Instructions

Check the status of an approval request. Use this to poll for approval status changes.

Input Schema

NameRequiredDescriptionDefault
approvalIdYesThe ID of the approval request to check

Input Schema (JSON Schema)

{ "properties": { "approvalId": { "description": "The ID of the approval request to check", "type": "string" } }, "required": [ "approvalId" ], "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