read_files
Read up to 200 files by ID in one call, returning per-file records and total token cost. Errors are isolated so one bad ID does not abort the batch.
Instructions
Batch read up to 200 files by ID in one call. Returns per-file annotated records, an aggregate total_est_tokens, and an isolated errors[] (one bad ID does NOT abort the batch). Read-only; no side effects, auth, or rate limits. Use instead of looping read_file to halve round-trips and get the combined token cost upfront. For >200 IDs, page yourself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | File IDs to read (max 200 per call) |