Skip to main content
Glama

Storyblok MCP Server

publish_story

Publish a Storyblok story by specifying its ID, with options to include language or release ID for targeted updates, using the Storyblok MCP Server.

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" }

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