Skip to main content
Glama

Storyblok MCP Server

update_release

Modify an existing release in a Storyblok space by updating its name, scheduled release time, branches to deploy, user notifications, or release status.

Instructions

    Updates an existing release in a specified Storyblok space.
    

Input Schema

NameRequiredDescriptionDefault
branches_to_deployNo
do_releaseNo
nameNo
release_atNo
release_idYes
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" }, "do_release": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Do Release" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" }, "release_at": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Release At" }, "release_id": { "title": "Release Id", "type": "integer" }, "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": [ "release_id" ], "title": "update_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