Overview
Thestatus tool reports the current state of the QMD index:
- Total document count
- Embedding status (for vector search)
- Collection details
- Health indicators
Input Schema
No parameters required. Call with an empty object:Response Format
Array with a single text element containing a human-readable summary
Machine-readable status details
Example
Request:Use Cases
Check if Embeddings are Available
Before usingvec or hyde search:
hasVectorIndex in the response. If false, vector search will fail. Run:
Verify Index is Up-to-Date
CheckneedsEmbedding count. If > 0, run:
List All Collections
UsestructuredContent.collections to see all indexed collections and their document counts.
Debugging Search Issues
If search returns no results:- Check
totalDocuments— is the index populated? - Check
collections— is the expected collection present? - Check
hasVectorIndex— are you usingvec/hydewithout embeddings?
CLI Equivalent
Related Tools
query Tool
Search the index after verifying status
Embeddings
Learn how to generate embeddings
Collections
Manage collections via CLI