Skip to main content
Glama

Storyblok MCP Server

update_workflow

Modify workflows in a Storyblok space by updating workflow details such as name and associated content types using the Management API.

Instructions

    Updates an existing workflow in a Storyblok space via the Management API.
    

Input Schema

NameRequiredDescriptionDefault
content_typesYes
nameYes
workflow_idYes

Input Schema (JSON Schema)

{ "properties": { "content_types": { "items": { "type": "string" }, "title": "Content Types", "type": "array" }, "name": { "title": "Name", "type": "string" }, "workflow_id": { "title": "Workflow Id", "type": "integer" } }, "required": [ "workflow_id", "name", "content_types" ], "title": "update_workflowArguments", "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