add_movie_by_id
Add a movie to Radarr by providing its TMDb ID. Optionally specify the root folder for the movie storage.
Instructions
Add a specific movie to Radarr using its TMDb ID.
Args: tmdb_id: The Movie Database ID for the movie root_folder: Optional root folder path (e.g., "/storage/movies")
Returns: Result of the add operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tmdb_id | Yes | ||
| root_folder | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | ||
| message | Yes | ||
| media_id | No |