Skip to main content
Glama
montyanderson

transmission-mcp

Verify Torrent Data

transmission_verify_torrent
Idempotent

Verify downloaded torrent data integrity by rechecking files against checksums. Use to confirm downloads are complete or recheck after moving files.

Instructions

Verify the integrity of downloaded torrent data.

This tool triggers a verification check of torrent files against their checksums. Use this to ensure downloaded data is correct and complete, or to recheck files after moving them.

Args:

  • ids (number | number[] | 'all'): Torrent ID(s) to verify

  • response_format ('markdown' | 'json'): Output format (default: 'markdown')

Returns: Confirmation that verification has been started

Examples:

  • Use when: "Verify torrent 5"

  • Use when: "Check if my download is corrupted"

  • Use when: "Recheck all torrents" -> params with ids='all'

Error Handling:

  • Returns error if torrent IDs don't exist

  • Verification runs in background; check torrent status to see results

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsYesTorrent ID(s) to operate on - can be a single ID, array of IDs, or 'all'
response_formatNoOutput format: 'markdown' for human-readable or 'json' for machine-readablemarkdown
Behavior5/5

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

The description discloses key behaviors: verification runs in background, returns confirmation immediately, errors if IDs don't exist. Annotations (readOnlyHint=false, idempotentHint=true, destructiveHint=false) are consistent with the description. No contradictions.

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?

The description is concise and well-structured with clear sections (usage, args, returns, examples, error handling). Every sentence adds value without redundancy.

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 absence of an output schema, the description explains the return value ('Confirmation that verification has been started') and directs the agent to check torrent status for results. All necessary information is present.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Input schema has 100% coverage, but the description adds meaningful context: explains 'ids' can be number, array, or 'all', and shows examples. Also explains the default for response_format. The description complements the schema well.

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 the tool's purpose: 'Verify the integrity of downloaded torrent data' and 'triggers a verification check of torrent files against their checksums'. It is distinct from sibling tools like transmission_get_torrent (which shows status) or transmission_resume_torrent.

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?

Explicit usage guidelines: 'Use this to ensure downloaded data is correct and complete, or to recheck files after moving them.' Examples are provided. However, it could explicitly state when not to use (e.g., for checking status) but that is implicit from context.

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/montyanderson/transmission-mcp'

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