Skip to main content
Glama
ismael9291

mcp-arr-suite

by ismael9291

sonarr_get_episodes

Retrieve episode lists for a series, showing available and missing episodes, with optional season filtering to reduce response size.

Instructions

Get episodes for a series. Shows which episodes are available and which are missing. Filter by season to reduce response size.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seriesIdYesSeries ID (from sonarr_get_series)
seasonNumberNoFilter to a specific season (optional)
Behavior4/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 behavioral disclosure. It states that the response shows which episodes are available and which are missing, adding meaningful behavioral context beyond just 'get'. It also hints at response size implications with the season filter note.

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, front-loaded with the primary action, and contains zero filler. Every word contributes meaning, making it highly efficient.

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 relatively simple read-only tool with no output schema, the description is complete enough: it explains what the tool returns (available/missing episodes) and how to narrow results. It lacks details about response structure but that is not required for a tool of this complexity.

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?

Schema description coverage is 100%, with both seriesId and seasonNumber adequately described. The description reinforces the purpose of the season filter (reducing response size) but adds little beyond what the schema already provides. Since schema already does the heavy lifting, a baseline score 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 uses a specific verb ('Get') and resource ('episodes for a series'), and includes scope details (availability status, optional season filter). This clearly distinguishes it from sibling tools like sonarr_get_episode_files (which focuses on files) and sonarr_get_wanted_missing (which lists missing episodes).

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 provides clear context for when to use this tool (when you need episode listings for a series) and even gives a practical tip ('Filter by season to reduce response size'). It does not explicitly name alternatives or state when not to use it, but the context is sufficient.

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