download_torrent
Download torrents using magnet links, HTTP URLs, or local files with the rqbit Torrent Client MCP for simplified torrent retrieval.
Instructions
Download a torrent from a magnet link, HTTP URL, or local file.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
magnet_link_or_url_or_path | Yes |
Input Schema (JSON Schema)
{
"properties": {
"magnet_link_or_url_or_path": {
"title": "Magnet Link Or Url Or Path",
"type": "string"
}
},
"required": [
"magnet_link_or_url_or_path"
],
"type": "object"
}