Skip to main content
Glama

sonarr_get_series

Read-only

Fetch a specific TV series by ID to retrieve its details, optionally including season images. Simplifies accessing series data for monitoring or updates.

Instructions

Fetch a single series by id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
include_season_imagesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The readOnlyHint annotation already communicates the safe read nature, and the description's 'Fetch' is consistent. However, no additional behavioral context is provided, such as what happens if the ID does not exist or whether include_season_images affects the response.

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, focused sentence with no filler or redundant information. It is fully front-loaded and easy to parse.

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?

For a simple get-by-id tool with an output schema and readOnlyHint, the description is minimally adequate. However, it leaves the include_season_images parameter's effect unspecified and does not address edge cases like non-existent IDs, so it has clear gaps.

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%, and the description does not compensate. 'by id' only hints at the id parameter's purpose; the include_season_images parameter is completely unexplained in both the description and the schema.

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 the specific verb 'Fetch' with the resource 'series' and clearly limits scope to a single series by id. This distinguishes it from sibling tools like list_series, add_series, update_series, and delete_series.

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

Usage Guidelines3/5

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

The phrase 'by id' implies this is for when you have a series ID and need a single result, but there is no explicit comparison to alternatives or any when-not-to-use guidance. Context is clear but exclusions are not stated.

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

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