get_ygg_torrent_details
Retrieve specific torrent details from YGG Torrent, including optional magnet links, using the Torrent Search MCP Server for programmatic torrent discovery.
Instructions
Get details about a specific torrent coming from YGG Torrent source only.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
torrent_id | Yes | ||
with_magnet_link | No |
Input Schema (JSON Schema)
{
"properties": {
"torrent_id": {
"title": "Torrent Id",
"type": "integer"
},
"with_magnet_link": {
"default": false,
"title": "With Magnet Link",
"type": "boolean"
}
},
"required": [
"torrent_id"
],
"type": "object"
}