tv-recommender-mcp-server

get_similar_shows

Find TV shows similar to your favorite series by entering its title. Expand your watchlist with personalized recommendations based on your preferences.

Input Schema

NameRequiredDescriptionDefault
show_titleYes剧集名称,如"怪奇物语"、"绝命毒师"等

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "show_title": { "description": "剧集名称,如\"怪奇物语\"、\"绝命毒师\"等", "type": "string" } }, "required": [ "show_title" ], "type": "object" }

You must be authenticated.

Other Tools from tv-recommender-mcp-server

Related Tools

ID: eed7pwh69r