du_quick
Get a one-level disk usage summary for a directory, listing subdirectory sizes and total without recursing into children.
Instructions
Quick disk usage summary for a directory (one level, no recursion into children).
Return Format
{"success": bool, "directories": list[dict], "total": dict}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory path to analyze |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||