read_file
Reads file content from specified paths, with option to allow external access outside project root after explicit user approval.
Instructions
Read file content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | File path | |
| allow_external_access | No | Set to true to allow reading files outside the project root. User must explicitly approve this action. |