xlsx_healer_intent
Repairs broken Excel workbooks by interpreting your goal in plain English. Choose an intent like 'make it work', 'make standalone', or 'migrate references', and the tool plans and applies the required fixes.
Instructions
Goal-driven healing. Caller declares an INTENT (make-it-work, make-standalone, or migrate) instead of a specific cure operation; Healer plans the operation sequence + applies it. make-it-work: minimum surgery to clear errors. make-standalone: fully de-externalize (snapshot every external dep). migrate: rewrite all references against a from/to prefix pair. Returns the planned operations, cured bytes, and an unactionable list.
USE WHEN: the user describes the goal in plain English ("just make this work for the recipient" / "send a self-contained version" / "we moved the share root, update the refs"). Or when multiple cure operations need to compose.
DO NOT USE WHEN: the user has chosen a specific cure operation (use xlsx_healer_cure directly). Or when no diagnostic has been run on the workbook yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| file_b64 | Yes | ||
| intent | Yes | ||
| intent_params | No | ||
| mode | No | ||
| operation | No |