Skip to main content
Glama

Storyblok MCP Server

create_comment

Add comments to discussions in Storyblok spaces using structured JSON or plain text. Integrates with the Storyblok Management API to enhance collaborative workflows.

Instructions

    Adds a comment to a discussion via the Storyblok Management API.

    - discussion_id: Numeric ID of the discussion.
    - message_json: Required array of message objects. Each must include "type", "text", and "attrs".
    - message: Optional plain-text field (can be null or string).
    

Input Schema

NameRequiredDescriptionDefault
discussion_idYes
messageNo
message_jsonYes

Input Schema (JSON Schema)

{ "properties": { "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", "message_json" ], "title": "create_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