create_tornado_chart
Create a tornado chart of input sensitivity for a single output, including a sorted data table and bar chart, directly in the Excel workbook for persistent analysis.
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 | |||