check_doc_changes
Detect added, modified, or deleted documentation files since the last index build to ensure your search index is current.
Instructions
Check which documentation files have been added, modified, or deleted since the last index build.
Use this tool before search_project_docs when you want to ensure the index is up to date, or when the user asks whether docs have changed recently. It is safe to call at any time — without auto_rebuild it is read-only and has no side effects.
Compares current file timestamps against the stored index metadata. Returns a list of changed files grouped by status: added, modified, deleted.
Set auto_rebuild=true to automatically trigger rebuild_index if any changes are detected, avoiding a separate tool call. If no index exists yet, reports all files as new.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auto_rebuild | No | Automatically rebuild the index if changes are detected (default: false) |