Skip to main content
Glama

Band MCP Server

get_posts

Retrieve posts from a specified band group in BAND, enabling users to access group content and manage post data through the Band API.

Instructions

Get posts from a specific band in BAND.

Input Schema

NameRequiredDescriptionDefault
afterNofor paging
band_keyYesband identifier
limitNonumber of posts to load. min: 1, max: 100, default: 20
localeNoRegion and languageja_JP

Input Schema (JSON Schema)

{ "properties": { "after": { "description": "for paging", "title": "After", "type": "string" }, "band_key": { "description": "band identifier", "title": "Band Key", "type": "string" }, "limit": { "default": 20, "description": "number of posts to load. min: 1, max: 100, default: 20", "title": "Limit", "type": "number" }, "locale": { "default": "ja_JP", "description": "Region and language", "title": "Locale", "type": "string" } }, "required": [ "band_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