Skip to main content
Glama

Storyblok MCP Server

delete_comment

Remove unwanted or outdated comments from discussions in Storyblok by specifying the discussion and comment IDs through the Management API.

Instructions

    Deletes a comment from a discussion via the Storyblok Management API.

    - discussion_id: Numeric ID of the discussion.
    - comment_id: Numeric ID of the comment.
    

Input Schema

NameRequiredDescriptionDefault
comment_idYes
discussion_idYes

Input Schema (JSON Schema)

{ "properties": { "comment_id": { "title": "Comment Id", "type": "integer" }, "discussion_id": { "title": "Discussion Id", "type": "integer" } }, "required": [ "discussion_id", "comment_id" ], "title": "delete_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