drill_down
Browse the contents of a specific folder sorted by size descending. Use to explore large directories step by step with pagination.
Instructions
Browse the contents of a specific folder (drill down).
Shows all entries inside the given folder path, sorted by size descending. Useful for interactively exploring large directories step by step.
Args: scan_id: The scan ID. folder_path: The folder path to drill into (e.g., "C:\Users", "D:\Projects\src"). limit: Number of entries to return (default 50, max 200). offset: Pagination offset for seeing more items. ctx: MCP context (injected automatically).
Returns: List of sub-entries (files and folders) inside the given path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| scan_id | Yes | ||
| folder_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |