Skip to main content
Glama

Storyblok MCP Server

create_story_schedule

Schedule stories in Storyblok by specifying a story ID, publish date, and optional language code to automate content management workflows.

Instructions

    Creates a new story schedule via the Storyblok Management API.

    - story_id: Numeric ID of the story to be scheduled.
    - publish_at: ISO‑8601 date/time string in UTC (e.g., "2025‑06‑20T15:30:00Z").
    - language: Optional language code (e.g., "en", "pt‑br").
    

Input Schema

NameRequiredDescriptionDefault
languageNo
publish_atYes
story_idYes

Input Schema (JSON Schema)

{ "properties": { "language": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Language" }, "publish_at": { "title": "Publish At", "type": "string" }, "story_id": { "title": "Story Id", "type": "integer" } }, "required": [ "story_id", "publish_at" ], "title": "create_story_scheduleArguments", "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