Skip to main content
Glama

sonarr_add_series

Add a new series to Sonarr by TVDB ID, with configurable monitoring, quality profile, and search for missing episodes.

Instructions

Add a new series to Sonarr by TVDB ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesSeries title
tvdbIdYesTheTVDB ID of the series
monitoredNoWhether to monitor the series (default: true)
monitorTypeNoWhich episodes to monitorall
seasonFolderNoUse season folders (default: true)
rootFolderPathNoRoot folder path (auto-detected if omitted)
qualityProfileIdNoQuality profile ID (auto-detected if omitted)
searchForMissingEpisodesNoSearch for missing episodes after adding (default: true)
Behavior2/5

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

Annotations declare readOnlyHint=false and destructiveHint=false, but the description adds no behavioral context beyond the primary action. It fails to disclose potential side effects such as searchForMissingEpisodes defaulting to true (which may trigger downloads) or that the series must not already exist.

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, clear sentence that immediately conveys the tool's purpose without any wasted words. It is perfectly sized for the information it provides.

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

Completeness2/5

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

This tool has 8 parameters and no output schema, yet the description is extremely brief. It does not explain expected behaviors like auto-detection of rootFolderPath/qualityProfileId, or what the return value indicates on success. Given the complexity and side-effect potential, the description is insufficient.

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 already documents all 8 parameters with descriptions, and context signals show 100% coverage. The description adds little beyond highlighting TVDB ID as the key identifier, so it does not meaningfully enhance parameter understanding. Baseline 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 the action (add), the resource (a new series to Sonarr), and the key identifier (by TVDB ID). It distinguishes this tool from siblings like sonarr_search or sonarr_get_series by focusing on the creation use case.

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, nor does it mention prerequisites or exclusions. It is implied that this is for adding new series, but there's no mention of checking existing series or using related tools like sonarr_get_profiles to obtain required IDs.

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/niavasha/plex-mcp-server'

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