FluxDown
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| download_addB | 新建一个下载任务。支持 HTTP/HTTPS/FTP/磁力链接/BitTorrent。返回新任务 ID。 |
| download_listA | 列出下载任务,可按状态过滤。返回任务数组(含进度、速度、状态等)。 |
| download_getB | 按任务 ID 查询单个任务的详细信息。 |
| download_pauseC | 暂停指定任务。 |
| download_resumeC | 恢复指定的已暂停任务。 |
| download_pause_allA | 暂停全部活跃任务(pending / downloading / preparing)。 |
| download_resume_allA | 恢复全部已暂停任务。 |
| download_removeA | 删除指定任务,可选同时删除已下载的磁盘文件。 |
| queue_listA | 列出全部命名队列及其配置(并发数、限速、默认目录等)。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 9 tools
每个工具都有明确的用途,添加、获取、列表、暂停、恢复、删除和队列管理之间没有功能重叠,区分清晰。
大部分工具采用'download_'前缀+动词的命名模式,如download_add、download_list,但queue_list没有遵循此模式,存在轻微不一致。
9个工具覆盖了下载管理的基本操作,数量适中,既不过多也不过少,适合该服务器的用途。
提供了下载任务的完整CRUD操作及批量控制,但缺少对单个任务的高级设置(如限速、优先级调整),略有不足。