Skip to main content
Glama

Storyblok MCP Server

create_discussion

Enables Storyblok users to initiate discussions on stories by specifying story ID, title, fieldname, block UID, component, language, and message content via the Management API.

Instructions

    Creates a new discussion for a story via the Storyblok Management API.

    Required:
    - story_id: ID of the story
    - title: Title of the discussion field
    - fieldname: Technical name of the discussion field
    - block_uid: ID of the discussion block
    - component: Component/block name this discussion belongs to
    - lang: Language code (e.g., "default", "en")
    - message_json: Array of message objects [{"type": "text", "text": "...", "attrs": {...}}, ...]
    

Input Schema

NameRequiredDescriptionDefault
block_uidYes
componentYes
fieldnameYes
langYes
message_jsonYes
story_idYes
titleYes

Input Schema (JSON Schema)

{ "properties": { "block_uid": { "title": "Block Uid", "type": "string" }, "component": { "title": "Component", "type": "string" }, "fieldname": { "title": "Fieldname", "type": "string" }, "lang": { "title": "Lang", "type": "string" }, "message_json": { "items": { "additionalProperties": true, "type": "object" }, "title": "Message Json", "type": "array" }, "story_id": { "title": "Story Id", "type": "integer" }, "title": { "title": "Title", "type": "string" } }, "required": [ "story_id", "title", "fieldname", "block_uid", "component", "lang", "message_json" ], "title": "create_discussionArguments", "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