Skip to main content
Glama

qbit_get_torrent

Retrieve a torrent by its hash, linking Sonarr/Radarr download IDs to locate a release's torrent. Accepts full hash or unique prefix.

Instructions

Show a single torrent by its hash (via qui).

The hash is the same value as the Sonarr/Radarr history downloadId, so this is the bridge to locate a release's torrent. Accepts a full hash or a unique prefix; matching is case-insensitive.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hashYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, description carries full burden. It discloses hash matching behavior (prefix, case-insensitivity) but does not mention read-only nature, error handling, or authentication needs.

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?

Two concise sentences with main purpose front-loaded. No unnecessary words.

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

Completeness4/5

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

Given simple input and presence of output schema, description is fairly complete. Explains hash matching and context, though missing potential error conditions.

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 has 0% coverage for hash parameter, but description compensates by explaining hash format (full or prefix, case-insensitive) and its origin (Sonarr/Radarr downloadId).

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?

Clearly states 'Show a single torrent by its hash', a specific verb+resource. Distinguishes from sibling qbit_list_torrents and explains its role as a bridge to Sonarr/Radarr.

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?

Explicitly mentions when to use (when you have a hash from Sonarr/Radarr). Implicitly excludes listing scenarios, but no explicit when-not or alternatives.

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/ava-hip/mcp-media-stack'

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