Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
a2a_server_registry | Add or remove an A2A server URL.
Args:
action: Either "add" or "remove"
name: Name of the server
url: URL of the server (required for "add" action)
Returns:
Dict with status and message |
list_agents | List available agents with their agent cards.
Returns:
Dict with agents and their cards |
call_agent | Call an agent with a prompt.
Args:
agent_name: Name of the agent to call
prompt: Prompt to send to the agent
Returns:
Dict with response from the agent |