Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
block_uidYes
componentYes
fieldnameYes
langYes
message_jsonYes
story_idYes
titleYes
Install Server

Other Tools

Related Tools

Latest Blog Posts

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