Skip to main content
Glama
AgentTools-Cloud

agent-tools-cloud

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
UPSTREAM_API_KEYYesAPI key for upstream model API
UPSTREAM_BASE_URLYesBase URL for upstream model API, used by /v1/models
AGENT_TOOLS_DB_PATHYesSQLite path for the directory database
METRICS_BEARER_TOKENNoOptional remote access token for /metrics endpoint; without it metrics are local-only
AGENT_TOOLS_ASK_MODELYesModel name for the ask LLM backend
AGENT_TOOLS_ASK_API_KEYYesAPI key for the ask LLM backend
AGENT_TOOLS_ASK_BASE_URLYesBase URL for LLM backend used by /api/v1/ask
AGENT_TOOLS_SAFETY_MODELNoOptional model name for the safety LLM (falls back to AGENT_TOOLS_ASK_* if not set)
AGENT_TOOLS_SAFETY_API_KEYNoOptional API key for the safety LLM (falls back to AGENT_TOOLS_ASK_* if not set)
AGENT_TOOLS_SAFETY_BASE_URLNoOptional override base URL for the scan_mcp_safety advisory LLM (falls back to AGENT_TOOLS_ASK_* if not set)
AGENT_TOOLS_ASK_RATE_LIMIT_PER_DAYYesRate limit for public ask endpoint per day (e.g., '1000')
AGENT_TOOLS_ASK_RATE_LIMIT_PER_MINUTEYesRate limit for public ask endpoint per minute (e.g., '10')

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AgentTools-Cloud/AgentToolsCollection'

If you have feedback or need assistance with the MCP directory API, please join our Discord server