Skip to main content
Glama

arr-assistant-mcp

by omniwaifu

search_and_add_show

Search for TV shows with natural language queries and optionally add results to Sonarr, streamlining media library management with precise metadata matching.

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

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