read_file
Read the complete content of a single text file by providing its path, with optional encoding to ensure accurate interpretation.
Instructions
Read the complete content of a single text file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file to read | |
| encoding | No | File encoding (default: utf-8) | utf-8 |