file_info
Retrieve file metadata including size, encoding, line ending, indentation style, and line count. Uses same encoding detection as read/edit tools.
Instructions
Returns detailed file metadata: size, encoding, line ending, indentation style, and line count. Uses the same encoding detection as read/edit (chardet + .editorconfig).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | No | Absolute path to the file | |
| path | No | Alias for file_path |