fullscope_batch_context
Reduce tool-call overhead by reading multiple files in a single request. Intent-aware compression preserves relevant content, token budgeting auto-downsizes, and dependency order ensures coherent context.
Instructions
Read multiple files in one call, each minified. Saves tool-call overhead. Supports: (1) intent parameter — tell the tool WHY you're reading these files and it biases minification to preserve relevant content; (2) token budgeting — files auto-downshift from context to skeleton using information density; (3) cross-file import dedup; (4) dependency-ordered output (leaf deps first as skeleton, importers after with full context).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | Array of files to read | |
| intent | No | Why you're reading these files (e.g. "understand the authentication flow"). Biases compression to preserve relevant content. | |
| max_total_tokens | No | Optional token budget — files auto-downshift to skeleton based on information density |