Skip to main content
Glama

tv-recommender-mcp-server

discover_shows

Discover personalized TV show recommendations by filtering genres, release year, ratings, networks, keywords, and more to find shows tailored to your preferences.

Input Schema

NameRequiredDescriptionDefault
first_air_date_yearNo首播年份,如2022
pageNo页码,默认为1
sort_byNo排序方式,如"popularity.desc"
vote_average_gteNo最低评分,如8.0
with_genresNo类型数组,如["喜剧", "科幻"]
with_keywordsNo关键词数组,如["机器人", "太空"]
with_networksNo电视网络ID数组,如[213]表示Netflix
with_original_languageNo原始语言,如"en"表示英语

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "first_air_date_year": { "description": "首播年份,如2022", "type": "number" }, "page": { "description": "页码,默认为1", "type": "number" }, "sort_by": { "description": "排序方式,如\"popularity.desc\"", "type": "string" }, "vote_average_gte": { "description": "最低评分,如8.0", "type": "number" }, "with_genres": { "description": "类型数组,如[\"喜剧\", \"科幻\"]", "items": { "type": "string" }, "type": "array" }, "with_keywords": { "description": "关键词数组,如[\"机器人\", \"太空\"]", "items": { "type": "string" }, "type": "array" }, "with_networks": { "description": "电视网络ID数组,如[213]表示Netflix", "items": { "type": "number" }, "type": "array" }, "with_original_language": { "description": "原始语言,如\"en\"表示英语", "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