Skip to main content
Glama

Storyblok MCP Server

create_branch

Create a new branch in a Storyblok space using the Management API, with options to clone from an existing branch, set a preview URL, and specify ordering position.

Instructions

    Creates a new branch (pipeline) in a Storyblok space via the Management API.

    - name: Required name for the new branch.
    - source_id: Optional ID of an existing branch to clone.
    - url: Optional preview URL for the branch.
    - position: Optional numeric position for ordering.
    

Input Schema

NameRequiredDescriptionDefault
nameYes
positionNo
source_idNo
urlNo

Input Schema (JSON Schema)

{ "properties": { "name": { "title": "Name", "type": "string" }, "position": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Position" }, "source_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Source Id" }, "url": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Url" } }, "required": [ "name" ], "title": "create_branchArguments", "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