Skip to main content
Glama

arr-assistant-mcp

by omniwaifu

add_movie_by_id

Add a movie to Radarr using its TMDb ID, specifying an optional root folder for storage. Simplifies movie management by integrating with Radarr via direct ID input.

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

NameRequiredDescriptionDefault
root_folderNo
tmdb_idYes

Input Schema (JSON Schema)

{ "properties": { "root_folder": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Root Folder" }, "tmdb_id": { "title": "Tmdb Id", "type": "integer" } }, "required": [ "tmdb_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/omniwaifu/arr-assistant-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server