Skip to main content
Glama
CarlDog

servarr-mcp

by CarlDog

Sonarr: Add Series

sonarr_add_series

Add a series to Sonarr by specifying its TVDB ID, quality profile, and root folder path.

Instructions

Add a new series to Sonarr by TVDB id. Internally calls /series/lookup to fetch the full series metadata, then POSTs /series with the merged body. Returns the created SeriesResource. Workflow: call sonarr_lookup_series first to get the tvdbId, sonarr_list_quality_profiles for quality_profile_id, sonarr_list_root_folders for root_folder_path. Note: search_for_missing_episodes defaults to false here — Sonarr's server-side default is true, which may immediately hit indexers; flip explicitly if you want that.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tvdb_idYesThe TVDB id of the series to add (from sonarr_lookup_series).
quality_profile_idYesQuality profile id (from sonarr_list_quality_profiles).
root_folder_pathYesRoot folder path (from sonarr_list_root_folders).
monitoredNoTrack this series for missing episodes (default true).
season_folderNoOrganize episodes into per-season subfolders (default true).
monitorNoWhich episodes to monitor on add (default 'all').
search_for_missing_episodesNoTrigger a search for missing episodes immediately on add (default false).
Behavior5/5

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

Discloses internal calls (/series/lookup then POST /series) and the return type (SeriesResource). Reveals that server-side default for search_for_missing_episodes is true, which may cause immediate indexer hits. Adds significant context beyond annotations.

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?

Compact yet comprehensive paragraph. Every sentence contributes: purpose, internal workflow, return, and a crucial behavioral note. No verbosity.

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

Completeness5/5

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

Covers prerequisites, internal process, return type, and a key default behavior pitfall. Despite no output schema, the description provides enough context for correct usage.

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

Parameters5/5

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

All 7 parameters are described in the schema (100% coverage). The description adds workflow context: tvdb_id from lookup, quality_profile_id from list, root_folder_path from list. Also explains the behavioral implication of search_for_missing_episodes default.

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?

Clearly states the action (Add a new series), the resource (series), and the identifier (TVDB id). Distinguishes from sibling tools like sonarr_edit_series by specifying 'add' versus 'edit'.

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

Usage Guidelines5/5

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

Explicitly prescribes a workflow: look up series first, then get quality profile and root folder. Also notes a behavioral nuance about search_for_missing_episodes default, guiding when to override.

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/CarlDog/servarr-mcp'

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