multi_read_edit
Read and edit multiple files in one call to reduce tool calls and token usage. Batch operations with optional content retrieval for diffs.
Instructions
Read and optionally edit multiple files in one call. ALWAYS batch multi-file operations here instead of separate read_file/edit calls. Read-only ops return file content. Edit ops return compact results by default (no content) to save tokens — set include_content=true to get post-edit content, include_original=true for diffing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operations | Yes | ||
| include_content | No | Include full file content in edit results (default: false for token savings) | |
| include_original | No | Include original pre-edit content in edit results (default: false) |