compare_scans
Compare two disk scans to measure cleanup results, track growth over time, and identify directories with the most changes.
Instructions
Compare two scans of the same drive to see what changed.
Use this to measure cleanup results, track growth over time, or identify which directories changed the most between two points.
Args: scan_id_before: The earlier scan ID (the "before" snapshot). scan_id_after: The later scan ID (the "after" snapshot). limit: Number of top changes to show (default 20, max 100). ctx: MCP context (injected automatically).
Returns: Comparison report with capacity changes and top growth/shrink paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| scan_id_after | Yes | ||
| scan_id_before | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |