get_file_info
Retrieve metadata for a file or directory path, including size, modification date, and type. Returns JSON or an error if path is missing.
Instructions
Get metadata for a file, directory, or missing path.
Args: path: File or directory path
Returns: JSON string with path metadata or an error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |