Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| YGG_PASSKEY | Yes | Your YggTorrent passkey, found in 'Mon compte' -> 'Mes paramètres' as part of the tracker URL |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| torrent_categories | Get a list of available torrent categories. |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_torrents | Search for torrent files. |
| get_torrent_details | Get details about a specific torrent. |
| get_magnet_link | Get the magnet link for a specific torrent. |
| download_torrent_file | Download the torrent file. |