Skip to main content
Glama
ww2521
by ww2521

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
A2A_API_KEYNo认证 API Key
A2A_TIMEOUTNoHTTP 请求超时 (毫秒)30000
A2A_GATEWAY_URLNoA2A Gateway URL (如 LiteLLM)http://localhost:4000

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
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
a2a_discoverA

Discover an A2A agent at a URL. Fetches the agent card and registers it for later use.

a2a_list_agentsA

List all discovered A2A agents with their capabilities and skills.

a2a_sendA

Send a message to an A2A agent and wait for the result. Supports polling for async tasks.

a2a_get_taskB

Get the current status and result of a task by ID.

a2a_cancel_taskC

Cancel a running task.

a2a_list_tasksA

List tasks on a remote agent, optionally filtered by context.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: discovery, listing agents, sending messages, and managing tasks by ID or listing. No overlap.

Naming Consistency5/5

All tools follow the consistent pattern 'a2a_verb_noun' in lowercase snake_case, with verbs like list, get, send, cancel, discover.

Tool Count5/5

With 6 tools covering discovery, task lifecycle (send, get, list, cancel), the count is well-scoped for an A2A protocol server.

Completeness4/5

Covers core A2A operations: agent discovery, task creation (via send), retrieval, listing, and cancellation. Minor gap: explicit task creation tool, but send likely handles it.

Maintenance

ActivityStale
ResponsivenessNo issues