retrieve_single_approval
Fetch a specific approval by its ID from a Storyblok space to manage and review workflow statuses directly through the MCP server.
Instructions
Retrieves a single approval by its ID from a specified Storyblok space.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
approval_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"approval_id": {
"title": "Approval Id",
"type": "integer"
}
},
"required": [
"approval_id"
],
"title": "retrieve_single_approvalArguments",
"type": "object"
}