start_torrent
Resume or initiate a torrent download by specifying the torrent ID using this MCP server tool for the rqbit API.
Instructions
Start (resume) a torrent.
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"
}