Envato Downloader API1
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | Yes | API 密钥 |
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 |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| download_filesD | test |
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 1 tool
With only one tool, there is no possibility of confusion or overlap between tools, as there are no other tools to compare it against. The single tool's purpose is inherently distinct by default.
Since there is only one tool, naming consistency is trivially perfect; there are no other tool names to be inconsistent with. The tool name 'download_files' follows a clear verb_noun pattern.
A single tool is generally too few for a server named 'Envato Downloader API1', which suggests a domain involving file downloads from Envato. This likely requires more operations (e.g., list files, check status, manage downloads) to be useful, making the scope feel incomplete and thin.
The tool set is severely incomplete for the implied domain. With only a download tool, there are obvious gaps such as listing available files, checking download status, or handling errors, which are essential for a functional downloader API and will likely cause agent failures.