Verify Torrent Data
transmission_verify_torrentVerify 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
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Torrent ID(s) to operate on - can be a single ID, array of IDs, or 'all' | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |