unregister_agent
Remove an A2A agent from the bridge server by specifying its URL. This tool ensures proper deactivation and management of agent connections within the MCP-compatible system.
Instructions
Unregister an A2A agent from the bridge server.
Args: url: URL of the A2A agent to unregister
Returns: Dictionary with unregistration status
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"title": "Url",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}