Skip to main content
Glama

Storyblok MCP Server

unpublish_story

Remove a published Storyblok story from public access by specifying its ID using this tool. Supports optional language settings for targeted unpublishing.

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

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