Skip to main content
Glama

qui_dir_scan

Manage directory scans for qBittorrent automation. Create scan directories, trigger or cancel scans, inspect runs and files, and update settings to keep torrent workflows in sync.

Instructions

qui dir 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_directory_scan: DELETE /dir-scan/directories/{directoryID}/scan

  • qui_create_scan_directory: POST /dir-scan/directories/

  • qui_delete_scan_directory: DELETE /dir-scan/directories/{directoryID}

  • qui_get_dir_scan_settings: GET /dir-scan/settings

  • qui_get_scan_directory: GET /dir-scan/directories/{directoryID}

  • qui_get_scan_directory_status: GET /dir-scan/directories/{directoryID}/status

  • qui_list_scan_directories: GET /dir-scan/directories/

  • qui_list_scan_directory_files: GET /dir-scan/directories/{directoryID}/files

  • qui_list_scan_directory_runs: GET /dir-scan/directories/{directoryID}/runs

  • qui_list_scan_run_injections: GET /dir-scan/directories/{directoryID}/runs/{runID}/injections

  • qui_requeue_scan_directory_no_match: POST /dir-scan/directories/{directoryID}/requeue-no-match

  • qui_reset_scan_directory_files: POST /dir-scan/directories/{directoryID}/reset-files

  • qui_scan_directory: POST /dir-scan/directories/{directoryID}/scan

  • qui_update_dir_scan_settings: PATCH /dir-scan/settings

  • qui_update_scan_directory: PATCH /dir-scan/directories/{directoryID}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argumentsNo
operationYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

There are no annotations, so the description carries the transparency burden. It reveals behavioral intent through operation names and HTTP verbs (DELETE, POST, GET, PATCH) and endpoint paths, making it clear which operations read, mutate, delete, create, or requeue. However, it does not describe side effects such as whether deletes are permanent, what a scan cancellation does, or whether these actions require elevated permissions, so the behavioral picture is only partially painted.

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 is long, but every line is a one-to-one operation/endpoint mapping that is useful. The first two sentences front-load the invocation pattern, and the list is sorted and consistently formatted. No filler or repetition exists, though the list of 15 endpoints is necessarily dense.

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?

Given this is a multi-operation dispatcher with 15 endpoints, the description provides a good enumeration plus argument structure rule. However, it does not describe per-operation required parameters, the outcome of each operation, or any caveats needed for safe use. The presence of an output schema removes the need to detail return values, but the behavioral gaps in such a complex tool mean the description is only moderately complete.

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 description coverage is 0%, so the description must add meaning. It does exactly that by explaining how to structure `arguments`—path variables in `arguments`, query values in `arguments.params`, and request bodies in `arguments.body`. This is essential and not present in the input schema. It stops short of documenting per-operation argument names, but the endpoint templates show those placeholders.

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 opens with 'qui dir scan operations on qui' and then enumerates 15 concrete operations with endpoints, making it clear that this tool dispatches directory-scan operations. It distinguishes itself from siblings like qui_orphan_scan by focusing specifically on directory scan resources. It lacks a single verb+resource framing but the operation list fully clarifies scope.

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?

It provides clear instructions for how to invoke the tool: pass an `operation` and an `arguments` object, with path variables, query values, and body placed in the appropriate nested locations. It also lists the exact operations, giving an explicit scope and exclusion boundary—this tool covers dir-scan operations and nothing else. There is no explicit guidance on when to prefer a sibling alternative, but the clear domain and operation set are enough.

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