Skip to main content
Glama

Storyblok MCP Server

publish_story

Publishes a Storyblok story using its ID, enabling direct management of content within your Storyblok spaces via the MCP server. Supports optional language and release specifications.

Instructions

Publishes a Storyblok story by its ID.

Input Schema

NameRequiredDescriptionDefault
langNo
release_idNo
story_idYes

Input Schema (JSON Schema)

{ "properties": { "lang": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Lang" }, "release_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Release Id" }, "story_id": { "title": "Story Id", "type": "integer" } }, "required": [ "story_id" ], "title": "publish_storyArguments", "type": "object" }

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