Skip to main content
Glama

torrent_management

Manage rTorrent torrents and automate post-processing: add, list, pause, resume, delete, and process completed downloads.

Instructions

Comprehensive torrent management portmanteau tool for rTorrent and post-processing.

PORTMANTEAU PATTERN RATIONALE: Instead of creating 12 separate tools, this tool consolidates all torrent and post-processing operations into a single interface. Prevents tool explosion while maintaining full functionality.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesThe operation to perform. Must be one of: TORRENT OPERATIONS: - "add": Add torrent via magnet link (requires: magnet_link, optional: category) - "list": List all torrents with status (no params required) - "pause": Pause a torrent (requires: torrent_hash) - "resume": Resume a torrent (requires: torrent_hash) - "delete": Delete a torrent (requires: torrent_hash, optional: delete_files) - "status": Get rTorrent connection status (no params required) - "info": Get detailed torrent info (requires: torrent_hash) POST-PROCESSING OPERATIONS: - "check_completed": Check for completed downloads ready for processing - "process": Process completed download (requires: torrent_hash) - "start_processing": Start automatic post-processing loop - "stop_processing": Stop automatic post-processing loop - "normalize": Preview filename normalization (requires: filename, optional: category)
categoryNoCategory for categorization. Used by: add, normalize. Default: "anime"anime
filenameNoFilename for normalization preview. Required for: normalize
magnet_linkNoMagnet URI. Required for: add
delete_filesNoDelete files when deleting torrent. Default: False
torrent_hashNoTorrent hash. Required for: pause, resume, delete, info, process

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior1/5

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

No annotations are provided, and the description carries the full burden of behavioral disclosure. It does not mention side effects (e.g., delete actions remove files), permission requirements, or operational characteristics. The rationale about 'tool explosion' is irrelevant to behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short but includes a meta-rationale paragraph that is not directly actionable. The first sentence delivers the purpose, but the rationale consumes space that could have been used to list operations or usage hints. It is not optimally front-loaded.

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

Completeness2/5

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

Given the tool's complexity (6 parameters, 13 action types, output schema), the description is too sparse. It lacks an overview of action categories, usage context, or relationship to sibling tools. The schema provides detail, but the description fails to synthesize the tool's overall role, making it incomplete for an agent.

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 schema description coverage is 100%, with detailed parameter descriptions and an action enum that specifies requirements for each operation. The description adds no additional parameter semantics, so the baseline of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it is a 'Comprehensive torrent management portmanteau tool for rTorrent and post-processing,' which distinguishes it from sibling tools like search_management or nlp_management. However, it does not list the specific operations, relying on the schema to enumerate them, which keeps the purpose somewhat high-level.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. The 'PORTMANTEAU PATTERN RATIONALE' explains why the tool exists but does not mention scenarios, exclusions, or comparisons to sibling tools like agentic_rtorrent_workflow. An agent receives no contextual cues for tool selection.

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/sandraschi/rtorrent-mcp'

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