Skip to main content
Glama
arr-mcps

qbittorrent-mcp

by arr-mcps

qbittorrent_transfer_speed_limits_mode

Read-only

Check whether qBittorrent alternative speed limits mode is active. Returns 1 if enabled, 0 if disabled.

Instructions

1 if alternative speed limits are enabled, 0 otherwise.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The readOnlyHint annotation already establishes that this is a safe read operation. The description adds the specific return value semantics ('1 if enabled, 0 otherwise'), which is useful behavioral context. However, it does not explain what 'alternative speed limits' means or how this interacts with the toggle function. No contradiction with 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?

The description is a single, compact sentence that fully conveys the tool's behavior with no redundant words. It is front-loaded with the core information and avoids any unnecessary elaboration.

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?

For a simple read-only status query with no parameters and an output schema, the description provides the essential semantics of the return value. While it could add context about what alternative speed limits are or mention the sibling toggle tool, the current description is sufficient for an agent to understand and invoke the tool 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?

The tool accepts zero parameters, and the input schema confirms this with an empty object. The description therefore does not need to explain parameter meanings. The baseline of 4 for zero parameters applies, and no further detail is required.

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 the tool's output: '1 if alternative speed limits are enabled, 0 otherwise.' This makes the purpose unambiguous and identifies the resource (alternative speed limits). However, it lacks an explicit verb like 'get' or 'check' and does not directly distinguish from the sibling toggle tool, though the read-only nature is evident.

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?

There is no guidance on when to use this tool versus alternatives such as qbittorrent_transfer_toggle_speed_limits. The description only states what it returns, not under what circumstances one should query this status. No mention of using it before toggling or for monitoring.

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