Skip to main content
Glama

Storyblok MCP Server

update_webhook

Modify an existing webhook endpoint in a Storyblok space by updating its name, endpoint, actions, description, secret, or activation status using the Storyblok MCP Server.

Instructions

    Updates an existing webhook endpoint in a specified Storyblok space.
    

Input Schema

NameRequiredDescriptionDefault
actionsNo
activatedNo
descriptionNo
endpointNo
nameNo
secretNo
webhook_endpoint_idYes

Input Schema (JSON Schema)

{ "properties": { "actions": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Actions" }, "activated": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Activated" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "endpoint": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Endpoint" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" }, "secret": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Secret" }, "webhook_endpoint_id": { "title": "Webhook Endpoint Id", "type": "integer" } }, "required": [ "webhook_endpoint_id" ], "title": "update_webhookArguments", "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