find
Search tasks by free-text query and retrieve ranked results with provenance. Use this tool to discover what you have about any topic via hybrid retrieval.
Instructions
Read-only. Search the task store by free-text QUERY using available adapter signals plus Core keyword retrieval, fused via Reciprocal Rank Fusion. Adapters with embeddings add dense+sparse hybrid retrieval. Returns best-matching items with provenance. Use this for "what do I have about X". To find items like a KNOWN item instead, use similar. Read-only: never writes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return. Default 5, hard cap 50. | |
| query | Yes | Free-text search string, e.g. "auth retry logic" or "Q3 roadmap". Matched against titles and bodies. | |
| explain | No | Attach a per-result ranking breakdown: for each retriever that surfaced a result, its rank and RRF contribution (1/(k+rank)), which sum to the fused score. Use to justify why a result ranked where it did. |