search_documents
Find documents relevant to a topic or question using semantic search. Returns ranked results with snippets and source paths.
Instructions
Search across all documents using semantic search.
Use this to find documents relevant to a topic, question, or keyword. Returns ranked results with snippets and source paths.
Args: query: The search query (natural language or keywords) folder_path: Optional folder path to scope the search (e.g. "/contracts") top_k: Max number of results to return (default 10)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| folder_path | No | ||
| top_k | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |