Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAI_API_KEYNoAPI key for OpenAI or compatible endpoints (required if using OpenAI models)
ANTHROPIC_API_KEYNoAPI key for Anthropic model access (required if using Anthropic models)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tasks
{
  "cancel": {},
  "create": {},
  "respond": {}
}
tools
{
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
docs_searchA

Look up the available downstream tools by name or substring. Call this BEFORE writing an execute_code script to learn what's available.

execute_codeA

Run a JavaScript snippet inside a sandboxed kernel. The snippet may call callTool(name, args) to invoke any downstream tool. Only the snippet's final return value (or the value assigned to __finalAnswer__) is returned to you — intermediate tool outputs stay in the sandbox. Use this to chain many tool calls in one round.

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/WasmAgent/wasmagent-js'

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