overseerr_request_tv_to_library
Submit a TV show request for a specific user to a named Overseerr library, with optional season selection.
Instructions
Submit a TV show request to a specific Overseerr library identified by its name, on behalf of a specific user.
Args: tmdb_id (int): The The Movie Database (TMDB) ID of the TV show to request. library_name (str): The name of the target Sonarr (TV) library configured in Overseerr. Must match exactly. Available: None fetched. user_display_name (str): The exact display name of the Overseerr user making the request. Available: None fetched (or duplicates exist). seasons (Optional[List[int]]): List of season numbers to request. If omitted or empty, all seasons will be requested.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seasons | No | ||
| tmdb_id | Yes | ||
| library_name | Yes | ||
| user_display_name | Yes |