Skip to main content
Glama
micky-devs

Sonarr MCP Server

by micky-devs

add_series

Add a TV series to Sonarr by specifying TVDB ID, quality profile, monitoring options, and folder settings.

Instructions

Add a TV series to Sonarr

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tvdb_idYesTVDB ID of the series
quality_profile_idYesQuality profile ID (use get_quality_profiles to see available options)
root_folder_pathNoRoot folder path for the series/tv
season_folderNoWhether to use season folders
monitor_typeYesWhich episodes to monitor: 'all' (all episodes), 'future' (future episodes only), 'missing' (missing episodes), 'existing' (existing episodes), 'recent' (recent episodes), 'first' (first season), 'latest' (latest season), 'none' (no episodes), 'season_specific' (monitor specific seasons only - requires monitor_seasons)
monitor_seasonsNoSpecific season numbers to monitor (only used with monitor_type: 'season_specific'). Example: [1, 3, 5]
search_for_missing_episodesNoWhether to automatically search for missing episodes after adding
Behavior2/5

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

No annotations are present, so the description carries full responsibility for behavioral disclosure. It only states the action without mentioning side effects (e.g., creating a database entry, possibly triggering searches), required permissions, or whether the operation is reversible.

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

Conciseness2/5

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

While extremely concise at one sentence, it is under-specified for a tool with seven parameters and no corresponding context. The description lacks structure and fails to front-load critical usage information.

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

Completeness1/5

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

Given no output schema, no annotations, and seven parameters, the description is severely inadequate. It provides no context about return values, error conditions, or prerequisites (e.g., requiring quality_profile_id from get_quality_profiles).

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 coverage is 100%, so the description does not need to add parameter details. The schema already documents all parameters. The description adds no additional meaning beyond the schema, resulting in a baseline score.

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 'Add a TV series to Sonarr' with a specific verb and resource. While brief, it unambiguously identifies the tool's action and domain, and the name 'add_series' distinguishes it from siblings like 'update_series' or '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 Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It does not specify that it is for new series only, nor does it mention prerequisites like having quality profiles or root folders configured.

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

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