Skip to main content
Glama

Storyblok MCP Server

retrieve_multiple_story_schedules

Retrieve multiple story scheduling entries from a Storyblok space using the Management API, with optional filtering by status such as 'published_before_schedule' or 'scheduled'.

Instructions

    Retrieves multiple story scheduling entries in a Storyblok space via the Management API.

    - by_status: Optional status filter ("published_before_schedule" or "scheduled").
    

Input Schema

NameRequiredDescriptionDefault
by_statusNo
space_idYes

Input Schema (JSON Schema)

{ "properties": { "by_status": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "By Status" }, "space_id": { "title": "Space Id", "type": "integer" } }, "required": [ "space_id" ], "title": "retrieve_multiple_story_schedulesArguments", "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