list_agents
Retrieve all registered A2A agents with their URL and AgentCard details from the MCP-A2A-Gateway bridge server.
Instructions
Lists all A2A agents currently registered with the bridge server.
This resource returns a list of all agents, including their URL and AgentCard information.
Args: dummy (str): A dummy parameter to satisfy the MCP tool signature. Just for compatibility. Just pass the empty string. Returns: List[Dict[str, Any]]: A list of dictionaries, each containing the URL and AgentCard information of a registered agent. Each dictionary has the keys "url" and "card".
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dummy | No |