file_type_summary
Groups files by extension and ranks them by total size to identify which file types consume the most disk space.
Instructions
Summarize disk usage by file extension type.
Groups all files by their extension and returns a ranked list of which file types consume the most space.
Args: scan_id: The scan ID. limit: Number of extensions to show (default 30, max 100). ctx: MCP context (injected automatically).
Returns: Ranked table of file extensions by total size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| scan_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |