read_multiple_files
Read up to 20 files in one call with headers for path and byte count. Errors are reported inline so one unreadable file doesn't block the rest; binary files are skipped.
Instructions
Read up to 20 files in a single call. Each file's content is returned with a clear header showing the path and byte count. Errors for individual files are reported inline — one unreadable file doesn't block the others. Accepts absolute paths, file:// URIs, or workspace-relative paths. Binary files are detected and skipped. Each file is subject to the same 200 KiB cap as read_file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | No | Absolute paths, file:// URIs, or workspace-relative paths of files to read. |