search_media
Search for movies and TV shows by title to find TMDB IDs and availability before making a request.
Instructions
Search for movies and TV shows in Overseerr.
This searches TMDB (external database), not your Plex library. To search content you already own, use search_library instead.
Use this to find media by title before making a request. Returns TMDB IDs needed for requesting media.
Args: query: Search term (movie or TV show title) media_type: Optional filter - "movie" or "tv"
Returns: List of matching movies/TV shows with TMDB IDs, titles, years, ratings, and availability status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| media_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||