Skip to main content
Glama

Storyblok MCP Server

create_branch_deployment

Deploys specified releases to a designated branch by providing the branch ID and release UUIDs, enabling direct management of Storyblok pipeline stages. Simplifies branch-specific deployment processes.

Instructions

    Triggers a deployment of specified releases to a given branch (pipeline stage).

    - branch_id: Numeric ID of the branch to deploy to.
    - release_uuids: List of release UUIDs to deploy.
    

Input Schema

NameRequiredDescriptionDefault
branch_idYes
release_uuidsYes

Input Schema (JSON Schema)

{ "properties": { "branch_id": { "title": "Branch Id", "type": "integer" }, "release_uuids": { "items": { "type": "string" }, "title": "Release Uuids", "type": "array" } }, "required": [ "branch_id", "release_uuids" ], "title": "create_branch_deploymentArguments", "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