vectr_status
Check index health and stored note count to determine if recall is worth running. Use this status at session start to avoid unnecessary retrieval 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 | |||