Skip to main content
Glama

arr-assistant-mcp

by omniwaifu

search_and_add_show

Search for TV shows using natural language descriptions and optionally add them to Sonarr for automated management. A tool in the arr-assistant-mcp server.

Instructions

Search for TV shows using natural language description and optionally add to Sonarr.

Args: description: Natural language description of the TV show (e.g., "British time travel show with the Doctor") auto_add: If True and only one result found, automatically add to Sonarr

Returns: List of matching TV shows with metadata

Input Schema

NameRequiredDescriptionDefault
auto_addNo
descriptionYes

Input Schema (JSON Schema)

{ "properties": { "auto_add": { "default": false, "title": "Auto Add", "type": "boolean" }, "description": { "title": "Description", "type": "string" } }, "required": [ "description" ], "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