Skip to main content
Glama

qui_orphan_scan

Manage orphan scans on qBittorrent instances: trigger, list, cancel, confirm deletions, and update scan settings.

Instructions

qui orphan scan operations on qui. Pass operation and an arguments object; path variables go directly in arguments, query values in arguments.params, and a JSON request body in arguments.body.

  • qui_cancel_orphan_scan: DELETE /instances/{instanceID}/orphan-scan/runs/{runID}

  • qui_confirm_orphan_deletion: POST /instances/{instanceID}/orphan-scan/runs/{runID}/confirm

  • qui_get_orphan_scan_run: GET /instances/{instanceID}/orphan-scan/runs/{runID}

  • qui_get_orphan_scan_settings: GET /instances/{instanceID}/orphan-scan/settings

  • qui_list_orphan_scan_runs: GET /instances/{instanceID}/orphan-scan/runs

  • qui_trigger_orphan_scan: POST /instances/{instanceID}/orphan-scan/scan

  • qui_update_orphan_scan_settings: PUT /instances/{instanceID}/orphan-scan/settings

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argumentsNo
operationYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden. While it reveals HTTP methods (DELETE, POST, GET, PUT) implying mutating vs. read operations, it does not disclose side effects, destructive consequences, authentication needs, or response implications. For operations like cancel or confirm, destruction is implicit but not stated.

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

Conciseness4/5

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

The description starts with a concise instruction on how to pass operations and arguments, then presents a clear list of sub-operations with methods and endpoints. It is reasonably concise and well-organized, though slightly verbose due to the repetition of 'qui_' prefixes.

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?

For a multi-operation tool with no per-operation documentation, the description is incomplete. It does not specify required arguments for each operation, expected return values (though output schema exists), side effects, or error conditions. The description is merely an endpoint list and a routing pattern, leaving significant gaps.

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?

The description explains the generic pattern for arguments (path variables, query params, body) but does not detail the specific parameters required for each operation. Since input schema coverage is 0%, the description should compensate, but it only offers a template without per-operation parameter semantics.

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 handles orphan scan operations on qui, listing seven specific sub-operations with HTTP methods and endpoints. This distinguishes it from sibling tools by domain, though it lacks a single concise summary sentence and instead uses a list.

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?

It gives usage context by implying the tool is for orphan scan management and instructs how to pass operations and arguments, but does not explicitly state when to use this tool versus other qui_* tools or when not to use it. No alternatives are mentioned.

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/qui-mcp'

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