Skip to main content
Glama

Band MCP Server

write_post

Create and publish content to BAND groups using the Band API. Specify the target group, post content, and optional push notification settings.

Instructions

Write a post to BAND.

Input Schema

NameRequiredDescriptionDefault
band_keyYesband identifier
contentYespost content
do_pushNowhether to send push notification

Input Schema (JSON Schema)

{ "properties": { "band_key": { "description": "band identifier", "title": "Band Key", "type": "string" }, "content": { "description": "post content", "title": "Content", "type": "string" }, "do_push": { "description": "whether to send push notification", "title": "Do Push", "type": "boolean" } }, "required": [ "band_key", "content" ], "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