read_files
Read multiple UTF-8 text files in one call, applying per-file limits and independent error reporting so a missing file doesn't discard other results.
Instructions
Read multiple UTF-8 text files in one bounded call. Each file keeps its own line/byte limits and SHA-256; failures are reported per file so one missing file does not discard the other reads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | ||
| max_total_bytes | No | Combined returned content budget; defaults to 1 MiB. |