get_file_info
Retrieve file or directory metadata including type, size, timestamps, permissions, and a text preview of the first 10 lines.
Instructions
Return metadata about a file or directory.
Includes: type, size, creation time, modification time, permissions, and a content preview for text files (first 10 lines).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the file or directory. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |