Skip to main content
Glama

YggTorrent MCP Server

get_torrent_details

Retrieve detailed information about a specific torrent, including optional magnet link, using the YggTorrent MCP Server for secure, programmatic access.

Instructions

Get details about a specific torrent.

Input Schema

NameRequiredDescriptionDefault
torrent_idYes
with_magnet_linkNo

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" }

You must be authenticated.

Other Tools from YggTorrent MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/philogicae/ygg-torrent-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server