Skip to main content
Glama
arr-mcps

qbittorrent-mcp

by arr-mcps

qbittorrent_torrents_add_trackers

Add tracker URLs to a torrent using its hash, with multiple URLs separated by newlines, to improve peer discovery and download reliability.

Instructions

Add trackers to a torrent. urls is one or more tracker URLs separated by newlines.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hashYes
urlsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations indicate readOnlyHint=false and destructiveHint=false, but the description adds little beyond the operation itself. It mentions the URL format (newline-separated), but does not disclose whether existing trackers are preserved, duplicates are handled, or what side effects occur.

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?

Two concise sentences with no filler. The purpose is front-loaded, and the additional sentence about URL formatting is necessary and immediately useful.

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?

The tool is simple with two parameters and an output schema exists, so return details are not needed. The description covers the core usage and the critical URL parameter format, but could note that the operation appends to existing trackers for full clarity.

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?

The description explicitly defines the 'urls' parameter format ('separated by newlines'), which is critical since the schema has no descriptions. The 'hash' parameter is not explained but is self-evident from the context of adding trackers to a torrent.

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 exactly what the tool does: 'Add trackers to a torrent.' This is a specific verb and resource, and it clearly distinguishes from sibling tools like 'edit_tracker' and 'remove_trackers' by the verb 'add'.

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 vs alternatives (e.g., edit_tracker or remove_trackers). It doesn't mention prerequisites, such as the torrent existing or that this appends to existing trackers rather than replacing 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/arr-mcps/qbittorrent-mcp'

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