search_resources
ActiveTool of agent-tools (x402 + MCP + A2A directory)
Unified search across x402 services, MCP servers and A2A agents. Args: intent: Natural-language query. protocol: Optional filter: "x402", "mcp" or "a2a". top_k: Max resources to return (1-50).
Parameters schema
{
"type": "object",
"title": "search_resourcesArguments",
"properties": {
"top_k": {
"type": "integer",
"title": "Top K",
"default": 10
},
"intent": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Intent",
"default": null
},
"protocol": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Protocol",
"default": null
}
}
}Parent server
agent-tools (x402 + MCP + A2A directory)
https://github.com/AgentTools-Cloud/AgentToolsCollection
1/7 registries