Skip to main content
Glama
ismael9291

mcp-arr-suite

by ismael9291

sonarr_search_releases

Find available releases for a specific episode by searching indexers, returning quality, size, seeders, and rejection reasons to inform grabbing.

Instructions

Search indexers for available releases for a specific episode. Returns release candidates with quality, size, seeders, and rejection reasons. Use the guid and indexerId from results to grab a release with sonarr_grab_release.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
episodeIdYesEpisode ID (from sonarr_get_episodes)
Behavior3/5

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

With no annotations, the description carries the transparency burden. It discloses that the tool only searches and returns candidates, and implicitly that grabbing is a separate step. However, it omits potential side effects, rate limits, result limits, or pagination behavior. It adds useful detail about return fields but is not exhaustive.

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 two sentences with no wasted words. It front-loads the purpose, then summarizes return content, and ends with a useful next-step pointer. Every sentence contributes.

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 simple one-parameter tool with no output schema, the description is quite complete: it states what is returned and how to use the result. It doesn't mention sorting, result limits, or error scenarios, but these are less critical for this basic search operation.

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

Parameters3/5

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

The schema fully documents the episodeId parameter, including where to obtain it (from sonarr_get_episodes). The description adds no additional parameter-level nuance, so with 100% schema coverage the baseline of 3 is appropriate.

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

Purpose5/5

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

The description clearly states an action ('Search indexers') with a specific scope ('for a specific episode') and outcome ('Returns release candidates with quality, size, seeders, and rejection reasons'). This distinguishes it from broader search tools like sonarr_search_all or sonarr_search_missing.

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?

It gives a follow-up instruction to use sonarr_grab_release with guid and indexerId, but does not explain when to choose this tool over sibling search tools (e.g., sonarr_search_episode vs manual release search). No explicit when-not-to-use guidance is provided.

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/ismael9291/mcp-arr-suite'

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