Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
discoverC

发现服务端 API 信息

set_server_urlC

设置服务器地址并保存到配置文件

registerB

注册客户端账号,获取 api_key(仅需一次)

update_profileC

修改当前客户端用户名

list_servicesC

获取可用的 Agent 服务列表(轻量摘要)

get_service_usageB

获取指定服务的详细用法说明(能力范围、调用规范、返回格式、限制条件)

submit_taskC

提交任务到远程 Agent(支持文件上传)

input_files 为本地文件路径列表,只能上传当前工作目录下的文件,单个文件不超过 100MB。

get_taskC

查询任务状态和最终结果

cancel_taskC

取消执行中的任务

list_filesC

列出任务的结果文件

download_resultB

下载任务结果文件

  • file_id: 指定要下载的文件 ID,不指定则默认下载第一个 zip 文件或第一个文件

  • download_all: 是否下载该任务的所有结果文件

list_serversA

列出所有已配置的服务器

set_default_serverC

切换默认服务器

remove_serverC

删除指定服务器的配置(不能删除默认服务器)

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/Wolido/OpenAaaS'

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