Skip to main content
Glama
OrellBuehler

sonarr-mcp

by OrellBuehler

edit_series_bulk

Apply the same setting—monitoring, quality profile, series type, season folders, root folder, or tags—to many series at once.

Instructions

Apply the same change to many series at once (the series editor): monitoring, quality profile, series type, season folders, root folder or tags.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoTag ids to add, remove or replace
monitoredNoMonitor or unmonitor all of them
apply_tagsNoHow to apply 'tags' (default 'add')
move_filesNoMove files when changing the root folder (default false)
series_idsYesSonarr series ids to edit
series_typeNoSeries type to set
season_folderNoUse season folders
root_folder_pathNoMove all of them to this root folder
monitor_new_itemsNoMonitoring for new seasons
quality_profile_idNoQuality profile id to set

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It conveys the bulk mutation scope but does not disclose consequential side effects such as file moves when changing root folders (move_files), the impact of unmonitoring many series simultaneously, or the implied write/irreversibility risk of a bulk operation. This is a meaningful gap for a tool that can alter many series at once.

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

Conciseness4/5

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

A single front-loaded sentence that leads with the differentiating scope ('many series at once'), then lists editable fields compactly. The parenthetical '(the series editor)' is slightly redundant for an API context, but it is brief and does not dilute the message.

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 10-parameter bulk-mutation tool with no output schema and no annotations, the description adequately covers the 'what' (purpose and editable fields) with the schema covering parameter details. However, it lacks guidance on consequences of bulk root-folder/monitoring changes and any caveats about combining parameters, leaving the agent under-informed about operational risk.

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 description coverage is 100%, so the baseline is 3; the schema already documents every parameter including enums and defaults. The description adds a light grouping of the field categories (monitoring, quality profile, etc.) which orients the agent, but it contributes no per-parameter 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 states a specific verb (apply), a resource (series), and a scope ('many series at once'), then enumerates the editable fields: monitoring, quality profile, series type, season folders, root folder, tags. This clearly distinguishes it from siblings like update_series (single series edits) and delete_series_bulk (deletion), so an agent can identify it without opening the schema.

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 'many series at once' implies the use case — batch editing rather than per-series updates — which implicitly contrasts with update_series. However, the description never names alternatives explicitly or states when not to use this tool, so the routing guidance is left to inference.

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

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