read_file_content
Read a file's content from a specified path, with optional encoding and size limit parameters.
Instructions
Read the content of a file with optional encoding
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| encoding | No | File encoding | utf8 |
| max_size | No | Maximum file size to read in bytes (default: 1MB) | |
| file_path | Yes | Path to the file to read |