Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
RQBIT_URL | No | The URL of your rqbit instance | http://localhost:3030 |
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. |
add_torrent | Add a torrent from a magnet link. |
get_torrent_details | Get details 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. |