search_notes
Retrieves relevant passages from a local Obsidian vault to answer questions using natural-language queries.
Instructions
Search the user's markdown notes for passages relevant to the query. Use this for any question about the user's notes, then answer using only the returned passages and cite their source filenames.
Args: query: A natural-language question or topic to search for. top_k: How many passages to return (default 4, max 20).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| top_k | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |