disk_summary
Summarize a disk scan to review drive info, capacity, and largest files and folders. Provide a scan ID to retrieve detailed statistics.
Instructions
Get a detailed summary of a disk scan.
Returns drive info, capacity, total files/folders, and the top N largest files and folders.
Args: scan_id: The scan ID (use list_scans to find available scans). top_n: Number of top files and folders to include (default 20, max 100). ctx: MCP context (injected automatically).
Returns: Formatted summary string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No | ||
| scan_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |