Skip to main content
Glama

radarr_purge_movie

Delete a movie from Radarr and remove all its associated torrents, including cross-seeds, from qBittorrent. Supports dry-run and file deletion options.

Instructions

Purge a movie everywhere: delete its file in Radarr AND remove the matching torrent(s) in qBittorrent-via-qui, cross-seeds included (destructive).

The torrents are located via the movie's history downloadId(s) and their qui cross-seed siblings. include_loose_matches=False drops name/release-matched siblings (keeps content_path matches). delete_torrent_files also deletes the torrents' files from disk. Set confirm=True to execute; False for a dry-run.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNo
movie_idYes
delete_torrent_filesNo
include_loose_matchesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

No annotations provided; description fully discloses destructive nature, cross-seed handling, and parameter effects, exceeding the burden.

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?

Single paragraph front-loads action, but dense content could benefit from bullet points for readability.

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?

Given complexity and existing output schema, description covers key aspects of destructive operation, cross-seed removal, and parameter nuances, leaving no major gaps.

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?

With 0% schema coverage, description explains all four parameters, including confirm, movie_id (implicit), delete_torrent_files, and include_loose_matches with default behaviors.

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 it purges a movie by deleting its file in Radarr and removing matching torrents in qBittorrent, distinguishing it from siblings like radarr_delete_movie.

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?

Provides context for when to use (purge everywhere) and how with confirm parameter for dry-run vs execution, but lacks explicit comparison to alternative tools.

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/ava-hip/mcp-media-stack'

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