df
Check disk space usage for all mounted filesystems, returning total, used, available, and usage percentage as JSON.
Instructions
Return disk space usage for mounted filesystems as JSON. Read-only, no side effects. Returns JSON with total, used, available, and usage percentage per filesystem. Use to check free space and monitor storage across mount points. Not for per-directory usage — use 'du' for directory-level detail. See also 'du'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | No | Paths to inspect. Defaults to current directory. |