Skip to main content
Glama
OrellBuehler

sonarr-mcp

by OrellBuehler

remove_blocklist_items

Delete multiple blocked releases from the Sonarr blocklist in one operation. Specify entry IDs to clear unwanted download failures and free up the list.

Instructions

Remove several releases from the blocklist at once.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsYesBlocklist entry ids

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior3/5

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

With no annotations provided, the description carries the full transparency burden. It discloses the destructive effect (removing entries from the blocklist) and the batch nature, but does not mention partial-failure behavior, idempotency, or response semantics. This is adequate but not rich.

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 a single, front-loaded sentence with no filler. Every word contributes to communicating the action and scope.

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?

For a simple single-parameter tool with full schema coverage and no output schema, the description is nearly complete. It could mention the singular alternative or bulk behavior details, but nothing essential is missing for invoking the tool correctly.

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 schema already documents the ids parameter as 'Blocklist entry ids'. The description adds only the semantic framing that these are releases, which is marginal and does not significantly exceed schema value.

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 (Remove), a clear resource (releases/blocklist entries), and the bulk scope (several at once). This directly distinguishes it from the singular sibling remove_blocklist_item.

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

Usage Guidelines4/5

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

The phrase 'several releases at once' clearly implies this tool is for batch removal, which is a meaningful usage signal. It does not explicitly name the singular alternative or define when not to use it, but the bulk-vs-single distinction is evident enough.

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