Skip to main content
Glama

Storyblok MCP Server

update_task

Modify tasks in a Storyblok space by updating task details such as name, description, type, webhook URL, or lambda code using the Management API.

Instructions

    Updates an existing task in a specified Storyblok space using the Management API.
    

Input Schema

NameRequiredDescriptionDefault
descriptionNo
lambda_codeNo
nameNo
task_idYes
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": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" }, "task_id": { "title": "Task Id", "type": "integer" }, "task_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": "webhook", "title": "Task Type" }, "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": [ "task_id" ], "title": "update_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