Skip to main content
Glama
CarlDog

servarr-mcp

by CarlDog

Sonarr: Remove from Queue

sonarr_queue_remove
DestructiveIdempotent

Remove an item from Sonarr's download queue. Choose whether to delete from client, blocklist, skip redownload, or change category.

Instructions

Remove a single item from Sonarr's download queue. All four flags are exposed because the server-side defaults are not obviously safe — in particular, removeFromClient defaults to true on Sonarr's side, which deletes the file from the download client. This tool defaults remove_from_client to false; flip it explicitly if you want the file gone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe Sonarr queue item id (from sonarr_queue).
remove_from_clientNoTell the download client to delete the download too (default false — flips Sonarr's destructive server-side default of true).
blocklistNoAdd the release to the blocklist so Sonarr doesn't re-grab it (default false).
skip_redownloadNoDon't trigger a re-search for a replacement (default false).
change_categoryNoMove the download to the recycle/'tv-recycle' category in the client (if configured) instead of deleting (default false).
Behavior5/5

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

Annotations already flag destructiveHint true, but description adds crucial context: server-side default removes from client, but this tool defaults to false. Discloses behavioral traits for each flag beyond annotations.

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?

Single, well-structured paragraph. Each sentence adds value: main action, flag defaults, and explicit warning. Front-loaded with purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple removal tool with no output schema, the description fully covers all flags and their behavioral outcomes. No missing context needed for safe invocation.

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 100%, but description adds meaning by explaining defaults and their practical implications (e.g., 'flips Sonarr's destructive server-side default of true'). Every parameter's behavior is clarified.

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 'Remove a single item from Sonarr's download queue' with a specific verb and resource. It clearly distinguishes from siblings like sonarr_queue (list) and sonarr_queue_regrab (re-grab).

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?

Provides explicit guidance on when to use this tool and warns about the default behavior of remove_from_client being destructive. Mentions all flags and their defaults, helping decide when to flip them.

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/CarlDog/servarr-mcp'

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