Skip to main content
Glama

arr-assistant-mcp

by omniwaifu

add_movie_by_id

Add a specific movie to Radarr by providing its TMDb ID, optionally specifying a root folder for storage. Simplify movie management with direct integration using the 'arr-assistant-mcp' server.

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" }
Install Server

Other Tools from arr-assistant-mcp

Related Tools

    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