Skip to main content
Glama
ismael9291

mcp-arr-suite

by ismael9291

sonarr_bulk_update_series

Bulk update multiple Sonarr series at once. Change monitored status, quality profile, or tags in a single API call instead of looping through individual series updates.

Instructions

Bulk update multiple Sonarr series at once — change monitored status, quality profile, or tags in a single API call. Use this instead of calling sonarr_update_series in a loop.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoTag IDs to apply
applyTagsNoHow to apply tags (default: add)
monitoredNoSet monitored status for all specified series
seriesIdsYesList of series IDs to update
qualityProfileIdNoChange quality profile for all specified series
Behavior3/5

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

With no annotations provided, the description must carry the transparency burden. It does state the core behavior (changing monitored status, quality profile, or tags via a single API call), but it doesn't disclose potential side effects, permissions required, or what happens to unlisted fields. The lack of these details leaves some ambiguity for a mutation tool.

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 concise, using just two sentences. The first sentence is front-loaded with the core purpose and key parameters, and the second sentence adds valuable usage guidance. There is no redundancy or filler.

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?

The tool has 5 parameters, no annotations, and no output schema. The description covers the purpose, key fields, and distinguishes from siblings. However, it doesn't mention return behavior, error handling, or the applyTags detail (though that is in the schema). For a bulk update tool, this is fairly complete, but a bit more context about expected outcomes would push it to 5.

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?

All 5 parameters have descriptions in the schema, providing 100% coverage. The description adds the context that this is a bulk operation and mentions the key fields, but it doesn't go beyond the schema in explaining parameter syntax or relationships. The baseline of 3 is appropriate since the schema already does the heavy lifting.

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 tool's function: bulk updating multiple Sonarr series, specifying the exact fields (monitored status, quality profile, tags). It also explicitly differentiates itself from the sibling tool sonarr_update_series, which is a single-series update.

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 provides explicit usage guidance by saying 'Use this instead of calling sonarr_update_series in a loop.' This directly tells the agent when to choose this tool over an alternative, though it doesn't mention any cases where the single update might be preferred.

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/ismael9291/mcp-arr-suite'

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