vectr_status
Check index health and notes count at session start to decide if recalling stored notes is needed. Skip recall when no notes exist.
Instructions
Returns index health (files, chunks, embed model) AND notes_count (number of notes stored — earlier in this session or in prior sessions). Call once at the start of any session to decide whether vectr_recall is worth calling: if notes_count > 0, call vectr_recall(query=...) to retrieve relevant notes. If notes_count == 0, skip recall entirely. If your session already shows auto-injected Working Notes (vectr hooks), those ARE the recall output — do not re-call vectr_recall for them. Also useful when vectr_search returns nothing and you suspect indexing is still running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||