Skip to main content
Glama

approval_manage

Manage approval workflows and human tasks by listing requests, approving or rejecting items, completing forms, and configuring webhooks for automated notifications.

Instructions

Manage approvals and human tasks. Actions: list (status filter), approve (approval_id, comment), reject (approval_id, reason), complete_human_task (approval_id, form_data), webhook_config (approval_id, webhook_url).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform: list, approve, reject, complete_human_task, webhook_config
statusNoFilter by status: pending, approved, rejected, expired (default: pending)pending
limitNoMax results to return (default 10, max 100)
approval_idYesThe approval request UUID
notesNoOptional reviewer notes
reasonYesReason for rejection
form_responseYesThe form response data as key-value pairs matching the form_schema fields
callback_urlNoHTTPS URL to POST the decision payload to (set to null to clear)
callback_secretNoSecret used to sign the payload via HMAC-SHA256 (X-Signature-SHA256 header)

Latest Blog Posts

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/escapeboy/agent-fleet-o'

If you have feedback or need assistance with the MCP directory API, please join our Discord server