Skip to main content
Glama

tv-recommender-mcp-server

get_trending_shows

Discover trending TV shows based on daily or weekly popularity. Use the tool to fetch recommendations by specifying a time window and page number.

Input Schema

NameRequiredDescriptionDefault
pageNo页码,默认为1
time_windowNo时间窗口,day表示日趋势,week表示周趋势,默认为weekweek

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "page": { "default": 1, "description": "页码,默认为1", "type": "number" }, "time_window": { "default": "week", "description": "时间窗口,day表示日趋势,week表示周趋势,默认为week", "enum": [ "day", "week" ], "type": "string" } }, "type": "object" }

Other Tools from tv-recommender-mcp-server

Related Tools

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/terryso/tv-recommender-mcp-server'

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