Skip to main content
Glama

Storyblok MCP Server

create_task

Create a new task in a Storyblok space using the Management API. Define task types, webhook URLs, and descriptions to automate workflows and manage content efficiently.

Instructions

    Creates a new task in a specified Storyblok space using the Management API.
    

Input Schema

NameRequiredDescriptionDefault
descriptionNo
lambda_codeNo
nameYes
task_typeNowebhook
user_dialogNo
webhook_urlNo

Input Schema (JSON Schema)

{ "properties": { "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "lambda_code": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Lambda Code" }, "name": { "title": "Name", "type": "string" }, "task_type": { "default": "webhook", "title": "Task Type", "type": "string" }, "user_dialog": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "title": "User Dialog" }, "webhook_url": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Webhook Url" } }, "required": [ "name" ], "title": "create_taskArguments", "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