Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
YGG_PASSKEYYesYour YggTorrent passkey, found in 'Mon compte' -> 'Mes paramètres' as part of the tracker URL

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
search_torrentsC

Search for torrent files.

get_torrent_detailsC

Get details about a specific torrent.

get_magnet_linkC

Get the magnet link for a specific torrent.

download_torrent_fileC

Download the torrent file.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
torrent_categoriesGet a list of available torrent categories.

TDQS

B3.2/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: search_torrents finds torrents, get_torrent_details retrieves metadata, get_magnet_link provides a magnet link, and download_torrent_file downloads the file. An agent can easily distinguish between these operations.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case (e.g., search_torrents, get_torrent_details). The naming is predictable and readable throughout the set.

Tool Count5/5

With 4 tools, the server is well-scoped for torrent operations, covering search, details retrieval, magnet links, and downloads. Each tool earns its place without being overly sparse or bloated.

Completeness5/5

The toolset provides complete coverage for torrent interaction: search, view details, get magnet links, and download files. There are no obvious gaps in the workflow for this domain.