get_workbook_summary
Get a concise summary of any Excel workbook: sheet names and cell counts for inputs, outputs, distributions, formulas, and numbers. Replaces multiple individual list tools.
Instructions
ModelRisk: Aggregated summary of a workbook — sheet names plus counts of VoseInput, VoseOutput, distribution, formula, and numeric cells. One-shot alternative to running the individual list tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workbook_name | Yes | Workbook file name (e.g. 'model.xlsx'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheets | No | ||
| workbook | Yes | ||
| input_count | No | ||
| output_count | No | ||
| modelrisk_loaded | No | ||
| distribution_count | No | ||
| formula_cell_count | No | ||
| numeric_cell_count | No |