Skip to main content
Glama

Trends Hub

get-douban-rank

Retrieve real-time rankings of popular books, movies, TV shows, and variety programs from Douban, including ratings and trending data, via Trends Hub's MCP server.

Instructions

获取豆瓣实时热门榜单,提供当前热门的图书、电影、电视剧、综艺等作品信息,包含评分和热度数据

Input Schema

NameRequiredDescriptionDefault
countNo
startNo
typeNosubject

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "count": { "default": 10, "type": "integer" }, "start": { "default": 0, "type": "integer" }, "type": { "anyOf": [ { "const": "subject", "description": "图书、电影、电视剧、综艺等", "type": "string" }, { "const": "movie", "description": "电影", "type": "string" }, { "const": "tv", "description": "电视剧", "type": "string" } ], "default": "subject" } }, "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/baranwang/mcp-trends-hub'

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