Skip to main content
Glama
vosesoftware

ModelRisk MCP

Official
by vosesoftware

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

TableJSON Schema
NameRequiredDescriptionDefault
sheet_nameNoTarget sheet name. Default: `Tornado_<output_name>` (truncated to Excel's 31-char limit).
output_nameYesVoseOutput name to analyze.
workbook_nameNoWorkbook name. Omit for the active workbook.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Discloses idempotent replacement, sheet content (sorted data table + native Excel chart), default naming with truncation, and largest-magnitude input at top. No annotations provided, so description fully covers behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Five sentences, each with distinct value. Front-loaded with main purpose. Slightly long but no redundancy. Structure is clear and logical.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given tool complexity, covers purpose, behavior, output format, naming, and usage context. Output schema exists, so return values are covered. Sufficient for an agent to invoke correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline 3. Description adds context about sheet content and idempotency but doesn't significantly elaborate on parameter semantics beyond schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states the tool renders a tornado chart of input sensitivity as a new sheet, using specific verb 'Render' and resource 'tornado chart'. Differentiates from siblings by noting persistence vs. MCP return.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says it's useful when the user wants visualization persisted, implying alternative (e.g., get_sensitivity_ranking) for MCP data. Could mention prerequisites like existing simulation results.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vosesoftware/modelrisk-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server