file_info
Retrieve file or directory metadata and compute SHA-256 hashes for regular files to verify integrity and inspect properties.
Instructions
Get file or directory metadata and an optional SHA-256 hash for regular files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path relative to the workspace root, or an allowed absolute path. | |
| include_hash | No | Calculate SHA-256 for regular files; defaults to true. |