Skip to main content
Glama

Band MCP Server

remove_comment

Delete a comment from BAND by specifying the band, post, and comment identifiers to manage group discussions.

Instructions

Delete a comment from BAND.

Input Schema

NameRequiredDescriptionDefault
band_keyYesband identifier
comment_keyYescomment identifier to delete
post_keyYespost identifier

Input Schema (JSON Schema)

{ "properties": { "band_key": { "description": "band identifier", "title": "Band Key", "type": "string" }, "comment_key": { "description": "comment identifier to delete", "title": "Comment Key", "type": "string" }, "post_key": { "description": "post identifier", "title": "Post Key", "type": "string" } }, "required": [ "band_key", "post_key", "comment_key" ], "type": "object" }

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/kanghouchao/band-mcp-server'

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