Skip to main content
Glama

Storyblok MCP Server

unpublish_story

Remove a published Storyblok story using its ID. This tool helps manage content visibility by unpublishing stories directly via the Storyblok MCP Server.

Instructions

Unpublishes a Storyblok story by its ID.

Input Schema

NameRequiredDescriptionDefault
langNo
story_idYes

Input Schema (JSON Schema)

{ "properties": { "lang": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Lang" }, "story_id": { "title": "Story Id", "type": "integer" } }, "required": [ "story_id" ], "title": "unpublish_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