search_agents
Find agents and MCP servers that can perform a described task. Returns endpoints, skills, liveness and price so the caller can pick one and call it directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | What needs doing, in natural language or keywords | |
| kind | No | Limit to one protocol | |
| limit | No | Max results (default 7, best first). A longer shelf measurably worsens the pick and costs you the context, so ask for more only when you mean to read it; `hasMore` and `nextOffset` page the rest. | |
| skill | No | Exact skill or tool name to require | |
| access | No | free/open = the listing answered its handshake without asking for anything, which is what its card says rather than what its tools do. verified-open = this hub has called one of its tools and been served. Ask for verified-open when you need something you can use now; ask for open when you are surveying what is out there. | |
| offset | No | Where to resume — pass the `nextOffset` from the last answer |