a2a_add_agent
Add a remote A2A agent by URL after validating its agent card, and persist it in the shared registry for future use.
Instructions
Register a new A2A agent by its base URL.
The agent card is fetched first, so an unreachable URL is rejected instead of being saved. With persist=true the agent is written to the shared registry file and stays available in future sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| name | Yes | ||
| headers | No | ||
| persist | No |