search_notes
Find relevant notes, decisions, and context from your knowledge base to understand project background, prior choices, and architecture details.
Instructions
Search the user's knowledge base for relevant notes, decisions, and context. Use this when you need background on a topic, want to find prior decisions, or need to understand project architecture.
Args: query: Natural language search query (e.g. 'authentication approach', 'database schema decisions') top_k: Number of results (default 10, max 100)
Returns ranked list of matching notes with titles, paths, and text snippets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language search query | |
| top_k | Yes | Number of results (default 10, max 100) |