read_file
Retrieve text file contents across Linux, macOS, and Windows platforms using specified file paths and encodings.
Instructions
Read contents of a text file
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path | |
| encoding | No | File encoding (default: utf8) |