Skip to main content
Glama

sonarr_add_series

Add a TV series to Sonarr using its TVDB ID, specifying quality profile and root folder. Use confirm=true to execute or omit for a dry-run preview.

Instructions

Add a series to Sonarr by tvdbId.

Use sonarr_lookup_series to get tvdb_id, sonarr_quality_profiles for quality_profile_id, and sonarr_root_folders for root_folder_path.

Set confirm=True to actually add; omit or set False for a dry-run preview.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNo
tvdb_idYes
root_folder_pathYes
quality_profile_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the full burden. It reveals the dry-run behavior when confirm=False/True, which is critical for safe experimentation. It does not mention side effects, but the main behavior is well covered.

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 three concise sentences, front-loading the purpose and then providing necessary context. Every sentence earns its place with no redundancy.

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?

Given the simplicity of the tool (3 required parameters, output schema exists), the description provides sufficient context for an agent to understand prerequisites and the confirm flag. It could optionally mention the return value, but the output schema fills that gap.

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?

Schema coverage is 0%, so the description must compensate. It fully explains each parameter: tvdb_id from lookup, quality_profile_id from profiles, root_folder_path from folders, and confirm as dry-run toggle. This adds significant meaning beyond 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 clearly states the verb 'Add' and resource 'a series to Sonarr by tvdbId', making the purpose explicit. It also distinguishes from sibling tools like sonarr_list_series and sonarr_lookup_series.

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?

The description explicitly instructs to use sonarr_lookup_series, sonarr_quality_profiles, and sonarr_root_folders to get prerequisites. It also explains when to set confirm=True vs False, providing clear guidance on usage.

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/ava-hip/mcp-media-stack'

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