Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list_torrents | List all torrents. |
download_torrent | Download a torrent from a magnet link, HTTP URL, or local file. |
get_torrent_details | Get details for a specific torrent by its ID or infohash. |
get_torrent_stats | Get stats and status for a specific torrent by its ID or infohash. |
delete_torrent | Delete a torrent and its files. |
start_torrent | Start (resume) a torrent. |
pause_torrent | Pause a torrent. |
forget_torrent | Forget a torrent, keeping the files. |