create_tornado_chart
Generate a tornado chart showing input sensitivity for a specified output, adding a sorted data table and bar chart to a new Excel sheet. Replaces existing sheet if present.
Instructions
ModelRisk: Render a tornado chart of input sensitivity for a single output as a new sheet in the workbook. The sheet has a sorted data table (Spearman rank correlation + regression coefficient per input) plus a native Excel BarClustered chart with the largest-magnitude input at the top. Idempotent — if a sheet with the target name already exists, it's replaced. Useful when the user wants the visualization persisted in the workbook, not just returned over MCP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet_name | No | Target sheet name. Default: `Tornado_<output_name>` (truncated to Excel's 31-char limit). | |
| output_name | Yes | VoseOutput name to analyze. | |
| workbook_name | No | Workbook name. Omit for the active workbook. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||