read_file
Read file contents with intelligent caching for optimal performance on files under 100MB, supporting UTF-8 encoding and various file paths.
Instructions
Read the contents of a file (with intelligent caching)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path to read (absolute or relative). Supports UTF-8 encoding. Performance optimal for files under 100MB |