Skip to main content
Glama

Storyblok MCP Server

retrieve_multiple_tasks

Fetch multiple tasks from a Storyblok space using the Management API. Specify space ID, page, and items per page to retrieve task details efficiently.

Instructions

    Retrieves multiple tasks from a specified Storyblok space using the Management API.
    

Input Schema

NameRequiredDescriptionDefault
pageNo
per_pageNo
space_idYes

Input Schema (JSON Schema)

{ "properties": { "page": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 1, "title": "Page" }, "per_page": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 25, "title": "Per Page" }, "space_id": { "title": "Space Id", "type": "integer" } }, "required": [ "space_id" ], "title": "retrieve_multiple_tasksArguments", "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