Skip to main content
Glama

Storyblok MCP Server

by ArjunCodess

copy_stories_between_branches

Transfer specific stories from one branch to another in Storyblok CMS. Simplify content management by duplicating stories across branches with defined source and target IDs.

Input Schema

NameRequiredDescriptionDefault
source_branch_idYes
story_idsYes
target_branch_idYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "source_branch_id": { "type": "string" }, "story_ids": { "items": { "type": "number" }, "type": "array" }, "target_branch_id": { "type": "string" } }, "required": [ "source_branch_id", "target_branch_id", "story_ids" ], "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/ArjunCodess/storyblok-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server