read_file
Read a file's contents from the local filesystem by providing its absolute path. Supports specifying file encoding.
Instructions
Read the contents of a file from the local filesystem
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the file to read | |
| encoding | No | File encoding (default: utf-8) |