Skip to main content
Glama
arr-mcps
by arr-mcps

sonarr_download_clients

Manage Sonarr download clients and remote path mappings, including create, test, list, update, and delete operations.

Instructions

sonarr download clients operations on Sonarr. Pass operation and an arguments dict matching that operation's parameters.

  • sonarr_create_downloadclient(force_save=False, body={}) — Create download clients. WRITE: this modifies your Sonarr instance.

  • sonarr_create_downloadclient_action(name, body={}) — Create downloadclient action. WRITE: this modifies your Sonarr instance.

  • sonarr_create_downloadclient_test(force_test=False, body={}) — Create downloadclient test. WRITE: this modifies your Sonarr instance.

  • sonarr_create_downloadclient_testall() — Create downloadclient testall. WRITE: this modifies your Sonarr instance.

  • sonarr_create_remotepathmapping(body={}) — Create remote path mappings. WRITE: this modifies your Sonarr instance.

  • sonarr_delete_downloadclient(id) — Delete download clients. DESTRUCTIVE: this deletes data.

  • sonarr_delete_downloadclient_bulk(body={}) — Delete downloadclient bulk. DESTRUCTIVE: this deletes data.

  • sonarr_delete_remotepathmapping(id) — Delete remote path mappings. DESTRUCTIVE: this deletes data.

  • sonarr_get_downloadclient(id) — Fetch a single download clients by id.

  • sonarr_get_remotepathmapping(id) — Fetch a single remote path mappings by id.

  • sonarr_list_downloadclient() — List download clients.

  • sonarr_list_downloadclient_schema() — Return the download clients schema (available fields/options).

  • sonarr_list_remotepathmapping() — List remote path mappings.

  • sonarr_update_downloadclient(id, force_save=False, body={}) — Update download clients. WRITE: this modifies your Sonarr instance.

  • sonarr_update_downloadclient_bulk(body={}) — Update downloadclient bulk. WRITE: this modifies your Sonarr instance.

  • sonarr_update_remotepathmapping(id, body={}) — Update remote path mappings. WRITE: this modifies your Sonarr instance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argumentsNo
operationYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the burden of disclosing side effects. It does so explicitly, labeling all create/update operations as 'WRITE: this modifies your Sonarr instance' and delete operations as 'DESTRUCTIVE: this deletes data.' This effectively communicates the core behavioral traits, though it omits details like permission requirements or failure modes.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a long bulleted list, but each entry is a compact function signature with a purpose and side-effect label, making it scannable. The intro is minimal. The repetitive side-effect phrasing is slightly wasteful but aids quick reading. Overall, it conveys a large amount of information efficiently.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description provides a comprehensive list of operations and their side effects, and an output schema exists to cover return values. However, the lack of parameter semantics is a major completeness gap for a complex dispatcher, and it does not mention authentication or operation-specific prerequisites. It is adequate for selecting an operation but not for full safe invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate by explaining parameters. It lists parameter names and defaults (e.g., force_save=False, body={}, id), but does not explain their meaning or how to structure the `arguments` dict. For a tool that requires operation-specific arguments, this is a significant gap that leaves callers guessing.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'sonarr download clients operations on Sonarr' and enumerates specific operations with function signatures, making the tool's purpose evident. However, it also includes remote path mapping operations under a 'download_clients' name, slightly muddying the scope and preventing a perfect score.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit usage instruction: 'Pass `operation` and an `arguments` dict matching that operation's parameters.' It also lists all operations with their parameters, providing a clear how-to. It does not explicitly differentiate from sibling tools, but the operation list itself makes the tool's coverage clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/arr-mcps/sonarr-mcp'

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