search
Locate relevant notes across an Obsidian vault by query. Get ranked excerpts with fuzzy, prefix, or semantic matching to quickly identify useful results.
Instructions
Full-text search across the vault. Returns ranked excerpts (~120 chars, tunable) — not full notes — to minimise context usage. Supports fuzzy matching and prefix search; with SEEKSTONE_SEMANTIC=1, mode "semantic"/"hybrid" searches by meaning via a local embedding model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Restrict to notes with this tag. | |
| mode | No | lexical = keyword search (default). semantic = meaning-based search (requires SEEKSTONE_SEMANTIC=1). hybrid = exact-title lookups go lexical, everything else semantic. | |
| limit | No | Max results (1–50, default 10). | |
| query | Yes | Search query. | |
| folder | No | Restrict to a vault-relative folder prefix. | |
| excerptLength | No | Max characters of match context per hit (20–2000, default 120). |