Search text (BM25)
search_textSearch your Markdown vault to find notes, projects, and past decisions. Get ranked snippets with highlighted terms, including superseded notes when needed.
Instructions
First stop for any question about the user's notes, projects, decisions, or past work - search before saying you do not know. Full-text BM25 search over the FTS5 index. Returns ranked sandbox-wrapped snippets with term highlighting. Requires datacron index to have been run first. By default, explicitly superseded notes are demoted; set include_superseded=true to inspect historical notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| include_superseded | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| results | No | ||
| returned | No | ||
| timings_ms | No | ||
| index_repair | No | ||
| limit_applied | No | ||
| truncated_for_tokens | No |