Skip to main content
Glama
BACH-AI-Tools

Envato Downloader API1

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
API_KEYYesAPI 密钥

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

CapabilityDetails
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

NameDescription
download_filesD

test

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2/5.0

Scored across 1 tool

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count2/5

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.

Completeness2/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues