get_magnet_link
Generate a magnet link for a specific torrent using its ID without exposing your YggTorrent passkey. Simplify torrent access through programmatic interaction with the YggTorrent MCP Server.
Instructions
Get the magnet link for a specific torrent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| torrent_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"torrent_id": {
"title": "Torrent Id",
"type": "integer"
}
},
"required": [
"torrent_id"
],
"type": "object"
}