Skip to main content
Glama
OrellBuehler

sonarr-mcp

by OrellBuehler

get_download_client_config

Retrieve the download client configuration to review how completed and failed downloads are handled in Sonarr.

Instructions

Get the download client (completed and failed download handling) configuration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of conveying behavioral traits. The verb 'Get' clearly signals a read-only operation, and the parenthetical adds context about what config domain is covered. However, it does not disclose return format, whether a global config object is returned, or any error/edge-case behavior, though for a zero-parameter getter this is a moderate gap.

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

Conciseness5/5

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

The description is a single, front-loaded sentence with no filler. Every word contributes: the verb, the resource, and the clarifying parenthetical all add value. It is as concise as possible without losing meaning.

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

Completeness4/5

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

For a zero-parameter getter with no output schema and no annotations, the description is nearly complete: it names the exact configuration domain and the operation. It does not describe the response shape, but 'configuration' reasonably implies a settings object, and the low complexity means little else is needed.

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

Parameters4/5

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

The tool has zero parameters, so the schema is trivially complete and the description has no parameter-semantics burden to bear. The description's mention of 'completed and failed download handling' is the only domain context needed, which is sufficient given there is nothing to configure at call time.

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 states a specific verb ('Get') and resource ('download client configuration'), and the parenthetical '(completed and failed download handling)' adds useful scoping that helps distinguish it from sibling tools like get_download_client. It is not fully explicit about whether this is the global app-level config vs. a per-client config, but the parenthetical narrows the meaning enough.

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

Usage Guidelines2/5

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

The description gives no explicit guidance on when to use this tool versus alternatives such as get_download_client, get_download_client_schema, or update_download_client_config. The purpose is implicitly clear, but there is no stated condition or exclusion, so an agent must infer when this is the right choice.

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

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