tmdb_search
Search TMDB for movies, TV shows, and people with a single query, returning interleaved results across all categories. Filter by type and page through public data without credentials.
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 |