Skip to main content
Glama

Douban MCP Server

by moria97

list-group-topics

Retrieve topics from a Douban group by specifying group ID, filtering with tags or date ranges to find relevant discussions.

Instructions

list group topics

Input Schema

NameRequiredDescriptionDefault
from_dateNofrom date, e.g. "2024-01-01"
idNodouban group id
tagsNotags, e.g. ["python"]

Input Schema (JSON Schema)

{ "properties": { "from_date": { "description": "from date, e.g. \"2024-01-01\"", "type": "string" }, "id": { "description": "douban group id", "type": "string" }, "tags": { "description": "tags, e.g. [\"python\"]", "items": { "type": "string" }, "type": "array" } }, "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/moria97/douban-mcp'

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