tmdb_search
Search TMDB for movies, TV shows, or people, with optional filters and pagination. Unscoped queries return interleaved results across all types.
Instructions
Search TMDB. Searches TMDB movies, TV shows, and people. An unscoped query interleaves results across all three types rather than returning whichever type happens to rank first upstream. Credential-free public TMDB data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based results page, default 1 | |
| type | No | Optional result type filter | |
| limit | No | Max results, default 10, max 20 | |
| query | Yes | Search query |