Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TRANSMISSION_URLNoThe URL of the Transmission instance (Default: http://localhost:9091).http://localhost:9091
TRANSMISSION_PASSNoThe password for Transmission authentication (optional).
TRANSMISSION_USERNoThe username for Transmission authentication (optional).

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_session

Get Transmission session configuration and version info.

get_session_statsA

Get session statistics (speeds, torrent counts, cumulative stats).

free_spaceA

Get free disk space in bytes at the specified path.

list_torrents

List all torrents with their details.

get_torrent_detailsB

Get detailed info for a specific torrent by its ID or hash.

get_torrent_statsC

Get stats and status for a specific torrent by its ID or hash.

get_recently_activeA

Get recently active torrents and IDs of recently removed ones.

add_torrentB

Add a torrent from magnet link, HTTP URL, or local file path.

remove_torrentC

Remove a torrent. Set delete_data=True to also delete downloaded files.

start_torrentC

Start (resume) a torrent.

stop_torrent

Stop (pause) a torrent.

verify_torrent

Verify torrent data integrity.

reannounce_torrent

Reannounce torrent to trackers.

move_torrentC

Move torrent data to a new location.

set_torrent_labelsC

Set labels for a torrent.

download_torrent

Download a torrent from a magnet link, HTTP URL, or local file.

pause_torrentC

Pause a torrent.

delete_torrent

Delete a torrent and its files.

forget_torrentC

Forget a torrent, keeping the files.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/transmission-mcp'

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