fs_read
Read a file's contents as UTF-8 text, safely skipping credential stores and truncating oversized files.
Instructions
Read a file's bytes as a UTF-8 string.
Refuses to touch credential stores (~/.ssh, ~/.aws,
keychains, .env) regardless of principal. Files larger than
max_bytes (or the executor's default cap) are truncated with
result.truncated == true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| max_bytes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||