Skip to main content
Glama

Storyblok MCP Server

retrieve_multiple_approvals

Retrieve multiple pending approvals from a Storyblok space, optionally filtered by a specific approver user ID, to streamline workflow management.

Instructions

    Retrieves multiple approvals from a specified Storyblok space.
    
    :param approver: Optional approver user ID to filter approvals.
    

Input Schema

NameRequiredDescriptionDefault
approverYes
pageNo
per_pageNo

Input Schema (JSON Schema)

{ "properties": { "approver": { "title": "Approver", "type": "integer" }, "page": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Page" }, "per_page": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Per Page" } }, "required": [ "approver" ], "title": "retrieve_multiple_approvalsArguments", "type": "object" }

Other Tools from Storyblok MCP Server

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/Kiran1689/storyblok-mcp-server'

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