search_text
Retrieve exact-word and phrase matches from Obsidian notes using BM25 full-text search. Filter by vault or exclude paths to narrow results.
Instructions
Full-text BM25 search via SQLite FTS5. Best for exact-word and phrase matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| top_k | No | ||
| vaults | No | ||
| exclude_paths | No |