search_a2a_agents
ActiveTool of agent-tools (x402 + MCP + A2A directory)
Find A2A agents you can delegate a task to. Args: intent: Natural-language description of the task to delegate. top_k: Max agents to return (1-20). x402_only: When true, only return agents that advertise x402 payment.
Parameters schema
{
"type": "object",
"title": "search_a2a_agentsArguments",
"properties": {
"top_k": {
"type": "integer",
"title": "Top K",
"default": 5
},
"intent": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Intent",
"default": null
},
"x402_only": {
"type": "boolean",
"title": "X402 Only",
"default": false
}
}
}Parent server
agent-tools (x402 + MCP + A2A directory)
https://github.com/AgentTools-Cloud/AgentToolsCollection
1/7 registries