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
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{
  "tasks": {
    "list": {},
    "cancel": {},
    "requests": {
      "tools": {
        "call": {}
      },
      "prompts": {
        "get": {}
      },
      "resources": {
        "read": {}
      }
    }
  }
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_sessionB

Get Transmission session configuration and version info.

get_session_statsB

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

free_spaceB

Get free disk space in bytes at the specified path.

list_torrentsB

List all torrents with their details.

get_torrent_detailsB

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

get_torrent_statsB

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

get_recently_activeB

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_torrentB

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

start_torrentB

Start (resume) a torrent.

stop_torrentB

Stop (pause) a torrent.

verify_torrentC

Verify torrent data integrity.

reannounce_torrentC

Reannounce torrent to trackers.

move_torrentC

Move torrent data to a new location.

set_torrent_labelsC

Set labels for a torrent.

download_torrentB

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

pause_torrentC

Pause a torrent.

delete_torrentB

Delete a torrent and its files.

forget_torrentA

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