overseerr_request_movie_to_library
Submit a movie request to a named library in Overseerr for a specific user, using TMDB ID and exact library name.
Instructions
Submit a movie 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 movie to request. library_name (str): The name of the target Radarr (Movie) 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).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tmdb_id | Yes | ||
| library_name | Yes | ||
| user_display_name | Yes |