Skip to main content
Glama

wizzy-mcp-tmdb

discover_by_provider

Find movies and TV shows available on specific streaming services in your region to help you discover content you can watch immediately.

Instructions

Discovers movies or TV shows available on specific streaming providers in a region. Input: type (optional: tv|movie, default tv), with_watch_providers (required comma-separated provider IDs), watch_region (required ISO 3166-1), language (optional ISO 639-1, default en), page (optional), sort_by (optional). Output: JSON with paginated results. Purpose: Personalized content discovery based on streaming availability for AI agents.

Input Schema

NameRequiredDescriptionDefault
languageNoISO 639-1 language (e.g., en)
pageNoPage number
sort_byNoSort order (e.g., release_date.desc, first_air_date.desc, popularity.desc)
typeNoMedia type to discover: tv (default) or movie
watch_regionYesISO 3166-1 region code (e.g., IS)
with_watch_providersYesProvider ID(s), comma-separated (e.g., '8'), from service get_watch_providers

Input Schema (JSON Schema)

{ "properties": { "language": { "description": "ISO 639-1 language (e.g., en)", "type": "string" }, "page": { "description": "Page number", "minimum": 1, "type": "number" }, "sort_by": { "description": "Sort order (e.g., release_date.desc, first_air_date.desc, popularity.desc)", "type": "string" }, "type": { "description": "Media type to discover: tv (default) or movie", "enum": [ "tv", "movie" ], "type": "string" }, "watch_region": { "description": "ISO 3166-1 region code (e.g., IS)", "type": "string" }, "with_watch_providers": { "description": "Provider ID(s), comma-separated (e.g., '8'), from service get_watch_providers", "type": "string" } }, "required": [ "with_watch_providers", "watch_region" ], "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/drakonkat/wizzy-mcp-tmdb'

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