Skip to main content
Glama
ytugarev
by ytugarev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
A2A_AGENT_URLNoDefault A2A agent endpoint (also overridable per tool call).http://localhost:8001
A2A_TIMEOUT_SECONDSNoHTTP client timeout — raise this for slow/long-running agents.300

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_agent_cardB

Fetch capabilities (name, description, skills) of an A2A agent.

send_a2a_messageA

Send a message to an A2A agent and return its final text response.

The response ends with an [a2a task_id=... context_id=...] line. To continue the same conversation -- in particular to answer a [task input-required] question -- pass those ids back via the task_id / context_id arguments on the next call; omitting them starts a fresh task.

Long-running agent pipelines are expected: progress notifications are emitted while the task runs, so tune A2A_TIMEOUT_SECONDS rather than treating a slow response as a hang. If the call does time out after the task started, the error names the task_id -- the task keeps running server-side and get_a2a_task can retrieve its result.

get_a2a_taskA

Fetch the current state and result of a previously started A2A task.

Use this when send_a2a_message timed out or errored after the task had already started: the task keeps running server-side, and this retrieves its status and any output by the task_id from the error message or the [a2a ...] response footer.

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/ytugarev/a2a-mcp-bridge'

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