Skip to main content
Glama

Storyblok MCP Server

retrieve_my_discussions

Access and filter discussions within a Storyblok space. Retrieve conversations by status, page, and items per page to manage interactions effectively.

Instructions

Retrieves discussions you're involved in within a Storyblok space. - space_id: Numeric ID of the space. - page: Page number (default 1). - per_page: Items per page (default 25, max 100). - by_status: Filter discussions by status ('unsolved' or 'solved').

Input Schema

NameRequiredDescriptionDefault
by_statusNo
pageNo
per_pageNo

Input Schema (JSON Schema)

{ "properties": { "by_status": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "By Status" }, "page": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 1, "title": "Page" }, "per_page": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 25, "title": "Per Page" } }, "title": "retrieve_my_discussionsArguments", "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