Skip to main content
Glama

create_discussion

Add collaborative discussion threads to Storyblok content blocks to facilitate team feedback and content review processes.

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
story_idYesID of the story
titleYesTitle of the discussion field
fieldnameYesTechnical name of the discussion field
block_uidYesID of the discussion block
componentYesComponent/block name this discussion belongs to
langYesLanguage code (e.g., "default", "en")
message_jsonYesArray of message objects [{"type": "text", "text": "...", "attrs": {...}}, ...]

Other 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/martinkogut/storyblok-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server