get_rag_status
Check if the RAG index is up to date for a specific source or all sources. Use to debug stale or incomplete search results.
Instructions
Report state of the RAG index for one source or all sources.
Use this to check if the index is up to date before deciding whether to
call `update_source_index`. Also useful for debugging when search results
seem stale or incomplete.
Args:
source: Specific source name to inspect. If None, returns the
status of every configured source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | Source name to inspect (see `list_sources`). Omit to report the status of every configured source. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |