get_directory_size
Calculate the total size and item count of a folder by recursively scanning its contents.
Instructions
Calculate the total size and item count of a folder (recursively).
Args: path: Folder path e.g. /docker
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |