top_entries
List the largest entries from a WizTree disk scan. Choose files, folders, or both, and set the number of results.
Instructions
List the largest entries in a scan (files, folders, or both).
Args: scan_id: The scan ID. kind: Entry type — "files" (default), "folders", or "all". limit: Number of entries to return (default 20, max 500). offset: Pagination offset (default 0). ctx: MCP context (injected automatically).
Returns: Formatted table of entries sorted by size descending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | files | |
| limit | No | ||
| offset | No | ||
| scan_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |