search
Retrieve top relevant passages from indexed documents for a query, returning source paths and similarity scores to ground AI answers.
Instructions
Search the indexed documents for passages relevant to query and return the
top k chunks (with source path and similarity score). Use these passages as
grounding to answer the user's question yourself — this tool does NOT answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |