Skip to main content
Glama

Storyblok MCP Server

create_release

Schedule and manage new releases in Storyblok spaces by setting names, deployment branches, notification recipients, and release timings with timezone support.

Instructions

    Creates a new release in a specified Storyblok space.
    

Input Schema

NameRequiredDescriptionDefault
branches_to_deployNo
nameYes
release_atNo
timezoneNo
users_to_notify_idsNo

Input Schema (JSON Schema)

{ "properties": { "branches_to_deploy": { "anyOf": [ { "items": { "type": "integer" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Branches To Deploy" }, "name": { "title": "Name", "type": "string" }, "release_at": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Release At" }, "timezone": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Timezone" }, "users_to_notify_ids": { "anyOf": [ { "items": { "type": "integer" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Users To Notify Ids" } }, "required": [ "name" ], "title": "create_releaseArguments", "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