Resolve a task to the one best Agent402 tool
catalog.findResolve any plain-language task to the best-matching Agent402 tool. Describe what you need, and get ranked matches with the top pick first, ready to call.
Instructions
DECIDE, don't browse: resolve a plain-language task to the single best-matching Agent402 tool via the hosted /api/find resolver. Prefer this for anything outside the flagship list. Returns { task, matches } with the top pick first; then run catalog.call with the chosen slug + params.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | What you want to do, e.g. "search the web for x402 adoption" or "convert miles to km" | |
| limit | No | Max results (default 5) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hint | No | ||
| task | Yes | ||
| usage | No | ||
| matches | No | Alias of results on the stdio package | |
| message | No | ||
| results | No | Ranked matches; top pick first | |
| workflows | No | ||
| relatedSellers | No | ||
| workflowsUsage | No |