Where to Watch
tmdb.movies.where_to_watchRetrieve streaming, rental, and purchase options for any movie or TV show using its TMDB ID. Specify content type to get localized availability by country.
Instructions
Find streaming, rental, and purchase options for a movie or TV show by country (TMDB)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | TMDB movie or TV show ID | |
| type | No | Content type: "movie" or "tv" (default "movie") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |