Skip to main content
Glama
arr-mcps

qbittorrent-mcp

by arr-mcps

qbittorrent_torrents_rename_folder

Rename a folder inside a torrent by providing the torrent hash and the old and new folder paths relative to the torrent root.

Instructions

Rename a folder inside a torrent (relative paths from the torrent root).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hashYes
new_pathYes
old_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations indicate readOnlyHint=false and destructiveHint=false, so the mutation is expected. The description adds the important behavioral detail that paths are interpreted relative to the torrent root, which is beyond the annotations and helpful for correct invocation.

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 sentence, front-loaded with the action, and every word adds value. No filler or repetition.

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?

The tool is simple, with 3 required parameters and an output schema present (so return values need not be described). The description covers the key operational constraint (relative paths) and is complete for an agent to invoke correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 0% description coverage, so the description must compensate. It explicitly clarifies that old_path and new_path are relative to the torrent root, which is essential semantics not present in the schema. It does not explain 'hash', but the name makes its role as torrent identifier obvious.

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?

Clearly states the action 'rename a folder inside a torrent' with specific verb and resource. The mention of 'relative paths from the torrent root' adds precise scope, and the term 'folder' distinguishes it from the sibling tool 'qbittorrent_torrents_rename_file'.

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 clear context: paths are relative to torrent root, defining when to use the tool. However, it does not explicitly mention alternatives or exclusions (e.g., 'for files use rename_file'), so it falls short of a 5.

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/arr-mcps/qbittorrent-mcp'

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