Skip to main content
Glama

Storyblok MCP Server

create_workflow

Generate a new workflow in a Storyblok space by defining a name and content types, enabling structured content management through the Management API.

Instructions

    Creates a new workflow in a Storyblok space via the Management API.
    

Input Schema

NameRequiredDescriptionDefault
content_typesYes
nameYes

Input Schema (JSON Schema)

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