get_torrent_stats
Retrieve detailed stats and status information for a torrent using its ID or infohash through the rqbit Torrent Client MCP server.
Instructions
Get stats and status for a specific torrent by its ID or infohash.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
torrent_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"torrent_id": {
"title": "Torrent Id",
"type": "string"
}
},
"required": [
"torrent_id"
],
"type": "object"
}