read_files
Batch read up to 200 files by ID in one call. Returns per-file records and total token count while isolating errors per file.
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) |