read_file
Reads a file's complete content with UTF-8 encoding support. Returns an error if the file does not exist or is not accessible.
Instructions
Read the complete contents of a file from the file system. Handles UTF-8 encoding. Fails if the path is not a file or not accessible. Only works within allowed directories:
/app
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file to read |