Skip to main content
Glama

Spec Workflow MCP

by Pimzino

delete-approval

Remove approved requests to maintain a clean codebase. This tool deletes fully approved requests using their unique ID, ensuring efficient workflow management in spec-driven development.

Instructions

Delete an approval request after it has been fully approved. Use this to clean up completed approvals and prevent codebase pollution.

Input Schema

NameRequiredDescriptionDefault
approvalIdYesID of the approval request to delete

Input Schema (JSON Schema)

{ "properties": { "approvalId": { "description": "ID of the approval request to delete", "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