Skip to main content
Glama

Storyblok MCP Server

update_comment

Modify existing comments in Storyblok discussions by providing a discussion ID, comment ID, and updated message content in JSON format. Ensures accurate collaboration and content management.

Instructions

    Updates a comment in a discussion via the Storyblok Management API.

    Required:
    - discussion_id: Numeric ID of the discussion.
    - comment_id: Numeric ID of the comment.

    Payload:
    - message_json: Required. Array of message objects, each with keys "type", "text", "attrs".
    - message: Optional string or null.
    

Input Schema

NameRequiredDescriptionDefault
comment_idYes
discussion_idYes
messageNo
message_jsonYes

Input Schema (JSON Schema)

{ "properties": { "comment_id": { "title": "Comment Id", "type": "integer" }, "discussion_id": { "title": "Discussion Id", "type": "integer" }, "message": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Message" }, "message_json": { "items": { "additionalProperties": true, "type": "object" }, "title": "Message Json", "type": "array" } }, "required": [ "discussion_id", "comment_id", "message_json" ], "title": "update_commentArguments", "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