find_similar_agents
Find AI agents that match your task description using semantic similarity. Returns top-rated agents with trust scores and review links from Hlido's tested evaluations.
Instructions
Semantic search over Hlido's review corpus. Given a task description (e.g. 'I need an agent that can refactor TypeScript and edit multiple files at once'), returns the top-N reviewed agents ranked by embedding similarity, each with their Laddoo score, evidence_tier, and review URL. Use this when you have a task in mind and want Hlido's recommendation — much better than substring matching via find_trusted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | Free-text description of the task or capability you need | |
| top_k | No | Number of matches to return (default 5, max 20) | |
| min_score | No | Minimum Laddoo score filter (default 0) |