stat
Inspect file attributes such as size, permissions, owner, timestamps, inode, and device without reading file contents. Outputs structured JSON.
Instructions
Return detailed file metadata: size, permissions, owner, timestamps (access, modification, change, birth), inode, and device as structured JSON. Read-only, no side effects. Use to inspect file attributes without reading file contents. Not for directory listing — use 'ls' for multi-file listings. See also 'ls', 'du'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes | Paths to inspect. |