agentlens_discover
Discover agents capable of handling a specific task type. Returns ranked results with trust scores, estimated cost, and latency.
Instructions
Discover available agent capabilities in the network.
When to use: Before delegating a task, to find agents that can handle a specific task type. Returns ranked results with trust scores, estimated cost, and latency.
Example: agentlens_discover({ action: "discover", taskType: "code-review", minTrustScore: 70, limit: 5 })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Operation to perform: discover | |
| taskType | Yes | Task type to search for (e.g., translation, summarization, code-review, data-extraction, classification, generation, analysis, transformation, custom) | |
| minTrustScore | No | Minimum trust score percentile (0-100) | |
| maxCost | No | Maximum estimated cost in USD | |
| maxLatency | No | Maximum estimated latency in milliseconds | |
| limit | No | Max results to return (default: 10, max: 20) |