Skip to main content
Glama
ismael9291

mcp-arr-suite

by ismael9291

sonarr_delete_from_blocklist

Remove a Sonarr blocklist entry with its ID to unblock a release and allow grabbing it again. Clears failed downloads from the blocklist.

Instructions

Remove an entry from the Sonarr blocklist so that release can be grabbed again.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
blocklistIdYesBlocklist entry ID (from sonarr_get_blocklist)
Behavior3/5

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

With no annotations, the description must disclose behavioral traits itself. It mentions the effect (removal) and consequence (release can be grabbed again), but does not mention reversibility, idempotency, or potential side effects. For a destructive operation, 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 that directly states the action and purpose. Every word earns its place, and there is no unnecessary detail.

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 tool's simplicity (one parameter, no output schema, no nested objects), the description plus schema sufficiently explain what the tool does and what is needed. The only minor omission is the return value or error behavior, but for a delete operation this is not critical.

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?

The input schema provides a complete description for the only parameter (blocklistId, from sonarr_get_blocklist), covering 100%. The tool description adds no additional parameter semantics beyond the schema, so the baseline score of 3 applies.

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 action ('Remove'), the resource ('an entry from the Sonarr blocklist'), and the intended outcome ('so that release can be grabbed again'). This distinguishes it from sibling tools like sonarr_get_blocklist and sonarr_remove_from_queue.

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 description implies the use case (unblocking a release) but does not explicitly state when to use this tool over alternatives or provide any exclusions. No alternative tools are named, leaving the agent to infer the context.

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