Skip to main content
Glama

qui_cross_seed

Run cross-seed operations on qui: search torrents, apply matches, manage blocklist, update settings, and automate across qBittorrent instances.

Instructions

qui cross seed 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_add_cross_seed_blocklist_entry: POST /cross-seed/blocklist/

  • qui_analyze_cross_seed_torrent: GET /cross-seed/torrents/{instanceID}/{hash}/analyze

  • qui_apply_cross_seed_search: POST /cross-seed/torrents/{instanceID}/{hash}/apply

  • qui_apply_cross_seed_season_pack: POST /cross-seed/season-pack/apply

  • qui_cancel_cross_seed_automation: POST /cross-seed/run/cancel

  • qui_cancel_cross_seed_search: POST /cross-seed/search/run/cancel

  • qui_check_cross_seed_season_pack: POST /cross-seed/season-pack/check

  • qui_cross_seed_apply: POST /cross-seed/apply

  • qui_cross_seed_webhook_check: POST /cross-seed/webhook/check

  • qui_delete_cross_seed_blocklist_entry: DELETE /cross-seed/blocklist/{instanceID}/{infohash}

  • qui_get_cross_seed_async_status: GET /cross-seed/torrents/{instanceID}/{hash}/async-status

  • qui_get_cross_seed_completion: GET /cross-seed/completion/{instanceID}

  • qui_get_cross_seed_local_matches: GET /cross-seed/torrents/{instanceID}/{hash}/local-matches

  • qui_get_cross_seed_search_settings: GET /cross-seed/search/settings

  • qui_get_cross_seed_search_status: GET /cross-seed/search/status

  • qui_get_cross_seed_settings: GET /cross-seed/settings

  • qui_get_cross_seed_status: GET /cross-seed/status

  • qui_get_instance_cross_seed_status: GET /instances/{instanceID}/cross-seed/status

  • qui_list_cross_seed_blocklist: GET /cross-seed/blocklist/

  • qui_list_cross_seed_runs: GET /cross-seed/runs

  • qui_list_cross_seed_search_runs: GET /cross-seed/search/runs

  • qui_list_cross_seed_season_pack_runs: GET /cross-seed/season-pack/runs

  • qui_patch_cross_seed_search_settings: PATCH /cross-seed/search/settings

  • qui_patch_cross_seed_settings: PATCH /cross-seed/settings

  • qui_run_cross_seed_automation: POST /cross-seed/run

  • qui_search_cross_seed_torrent: POST /cross-seed/torrents/{instanceID}/{hash}/search

  • qui_start_cross_seed_search: POST /cross-seed/search/run

  • qui_update_cross_seed_completion: PUT /cross-seed/completion/{instanceID}

  • qui_update_cross_seed_settings: PUT /cross-seed/settings

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?

With no annotations, the description carries the burden of behavioral disclosure. It details how arguments are formatted (behavioral for invocation) and lists HTTP methods (POST, DELETE, etc.), which implies side effects, but it does not explicitly state outcomes (e.g., 'this creates a blocklist entry' or 'this modifies settings') or safety considerations. The operation names hint at effects, but the description itself does not elaborate on consequences, auth needs, or reversibility.

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 front-loaded with the essential usage pattern and then lists all operations. Each line is a necessary mapping of operation to endpoint. It is efficient without redundancy, though the list is long. The structure is logical and skippable, making it concise for its purpose.

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

Completeness5/5

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

Given the tool's complexity (29 operations) and lack of annotations, the description is remarkably complete: it explicitly maps every operation to an HTTP method and path, and explains the argument structure. Since an output schema exists, return values are not the description's responsibility. For a generic API dispatcher, no critical information is missing.

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 coverage is 0% in the description, but it compensates by explaining the generic argument pattern: path variables go directly, query values in arguments.params, and body in arguments.body. This adds critical meaning not present in the schema (which just has an open object). It does not detail per-operation parameters, but for a generic dispatcher, the pattern is sufficient.

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 it as 'qui cross seed operations on qui' and enumerates 29 specific operations with HTTP endpoints. This precisely defines the tool's scope as a dispatcher for cross-seed API calls, distinguishing it from sibling tools like qui_torrents or qui_system.

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?

The description provides clear usage context by explaining the argument structure (path variables go directly, query params in arguments.params, body in arguments.body) and maps each operation to an HTTP method. It implies use for cross-seed tasks, but does not explicitly state when to avoid using it (e.g., 'use qui_torrents for torrent-specific actions'). Exclusions are missing, but context is strong.

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