Skip to main content
Glama
arr-mcps

qbittorrent-mcp

by arr-mcps

qbittorrent_torrents_set_force_start

Manage force-start state for qBittorrent torrents: pass pipe-separated hashes or 'all' to force-start or un-force-start them.

Instructions

Force-start or un-force-start torrents (hashes pipe-separated or "all").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYes
hashesYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations indicate the operation is non-read-only and non-destructive. The description adds that it toggles a force-start state, but it does not clarify the boolean mapping (true vs false) or potential side effects like overriding the paused state. This is minimal but does not contradict 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 concise sentence, front-loaded with the action, and includes the key hash format scope ('pipe-separated or all'). No unnecessary words or repetition.

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

Completeness3/5

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

The tool is a simple setter, but the description lacks an explanation of the force-start concept and how it differs from normal resume. It also omits the value-to-action mapping. With an output schema present, return details are not needed, but the gaps in parameter and behavioral clarity reduce completeness.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must explain parameters. It clarifies that 'hashes' is pipe-separated or 'all', but it does not explicitly state that 'value' true means force-start and false means un-force-start. The mapping is only implied by the verb phrase, which is insufficient for clear parameter understanding.

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 the tool's action: 'Force-start or un-force-start torrents', with a specific verb ('force-start') and resource ('torrents'). It distinguishes itself from sibling tools like resume/pause by using the precise 'force-start' terminology.

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

Usage Guidelines3/5

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

The description implies usage context through its purpose but does not explicitly state when to use this tool versus alternatives such as qbittorrent_torrents_resume or qbittorrent_torrents_set_auto_management. No exclusions or alternative tool references are provided, leaving the agent to infer that force-start is distinct from normal resume.

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