Skip to main content
Glama

tv-recommender-mcp-server

get_watch_providers

Retrieve streaming providers for a specific TV show by providing its title and optional country code, helping users locate where to watch content.

Input Schema

NameRequiredDescriptionDefault
country_codeNo可选的国家/地区代码,如"US"、"CN"等,默认为"US"
show_titleYes剧集名称,如"怪奇物语"、"绝命毒师"等

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "country_code": { "description": "可选的国家/地区代码,如\"US\"、\"CN\"等,默认为\"US\"", "type": "string" }, "show_title": { "description": "剧集名称,如\"怪奇物语\"、\"绝命毒师\"等", "type": "string" } }, "required": [ "show_title" ], "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