Skip to main content
Glama

qui_torznab

Manage Torznab indexers and searches: create, update, test, sync, or delete indexers; run searches, cross-seed lookups, and review health, stats, errors, activity, and search history.

Instructions

qui torznab 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_create_torznab_indexer: POST /torznab/indexers/

  • qui_delete_torznab_indexer: DELETE /torznab/indexers/{indexerID}

  • qui_discover_torznab_indexers: POST /torznab/indexers/discover

  • qui_get_torznab_activity: GET /torznab/activity

  • qui_get_torznab_all_health: GET /torznab/indexers/health

  • qui_get_torznab_indexer: GET /torznab/indexers/{indexerID}

  • qui_get_torznab_indexer_errors: GET /torznab/indexers/{indexerID}/errors

  • qui_get_torznab_indexer_health: GET /torznab/indexers/{indexerID}/health

  • qui_get_torznab_indexer_stats: GET /torznab/indexers/{indexerID}/stats

  • qui_get_torznab_search_cache: GET /torznab/search/cache/

  • qui_get_torznab_search_history: GET /torznab/search/history

  • qui_get_torznab_tracker_domains: GET /torznab/indexers/tracker-domains

  • qui_list_recent_torznab_searches: GET /torznab/search/recent

  • qui_list_torznab_indexers: GET /torznab/indexers/

  • qui_search_torznab: POST /torznab/search

  • qui_search_torznab_cross_seed: POST /torznab/cross-seed/search

  • qui_sync_torznab_indexer_caps: POST /torznab/indexers/{indexerID}/caps/sync

  • qui_test_torznab_indexer: POST /torznab/indexers/{indexerID}/test

  • qui_update_torznab_indexer: PUT /torznab/indexers/{indexerID}

  • qui_update_torznab_search_cache_settings: PUT /torznab/search/cache/settings

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argumentsNo
operationYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior1/5

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

No annotations are provided, and the description gives no information about side effects, permissions, rate limits, or other behavioral aspects. Operations like 'create', 'delete', and 'update' are clearly mutating, but the description does not disclose any potential consequences (e.g., irreversible changes, authentication requirements, or resource impacts). This leaves the agent uninformed about the tool's behavior.

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

Conciseness3/5

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

The description is a list of operations with HTTP methods and paths, which is informative but repetitive (e.g., every operation starts with 'qui_'). The introductory sentence is ambiguous ('qui torznab operations on qui') and adds little value. While the list is fairly structured, the overall presentation could be more concise and clearer, but it is not excessively verbose.

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

Completeness1/5

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

For a tool with 20 distinct operations, varying HTTP methods, and a complex arguments object, the description is extremely incomplete. It does not explain the output schema, error handling, authentication, or any domain-specific details. The tool appears to be a comprehensive Torznab client, yet the description provides almost no context to help an agent use it effectively. This is a critical gap in 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?

The input schema only defines two parameters: 'operation' (an enum) and 'arguments' (an object). The description explains that arguments can contain path variables, query parameters, and a request body, which provides some semantics. However, it does not detail what specific fields each operation requires in the arguments object, nor does it clarify the structure or types of these nested parameters. Parameter semantics are therefore insufficient for an agent to construct valid calls.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description is extremely vague, stating only 'qui torznab operations on qui.' While the list of operations (create, delete, get, search, etc.) implies a Torznab API client, it does not explicitly define the tool's overall purpose or what Torznab is. This lack of a clear, high-level purpose makes it difficult for an agent to understand when to use this tool.

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?

The description provides a generic calling convention: '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.' This explains the structure of arguments but offers no guidance on when to use this tool versus sibling tools (e.g., qui_system, qui_cross_seed). There is no indication of which operations are appropriate for specific scenarios, making usage guidance incomplete.

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