Skip to main content
Glama
vosesoftware

ModelRisk MCP

Official
by vosesoftware

build_executive_report

Creates a single-sheet executive report with key statistics, charts, and risk callouts for decision-makers. Replaces the target sheet on re-run.

Instructions

ModelRisk: Build a single-sheet executive report for a decision-maker. Drops a curated dashboard onto a new sheet with: title band, headline numbers (mean / P5 / P50 / P95 / stdev — colored by volatility), histogram + cumulative chart of the primary output, tornado of top N sensitivity drivers, a stats table for the primary plus any secondary outputs, and auto-generated risk callouts framed in plain English ('90% confident X lands between A and B', 'tail risk Y% above mean', 'primary driver is Z'). Idempotent — re-running replaces the sheet. Use this when the user asks for a decision-maker-facing summary rather than raw stats.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoReport title shown in the top band. Default: 'Simulation Report — <primary_output>'.
subtitleNoSubtitle shown beneath the title. Default: '<N> iterations · <today's date>'.
sheet_nameNoTarget sheet name. Default 'Executive_Report'. Replaced if it already exists.Executive_Report
top_driversNoHow many inputs to show in the tornado mini-chart.
workbook_nameNoWorkbook name. Omit for the active workbook.
primary_outputYesThe single output the report focuses on (e.g. 'NPV', 'TotalCost'). Headline numbers and the histogram + tornado are about this output.
secondary_outputsNoAdditional outputs to include in the stats table. The primary output is always first; these appear below.
contingency_percentileNoThe 'high-side' percentile to highlight in the headline. Default 0.90 (P90).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations provided, so description carries full burden. Discloses idempotency ('re-running replaces the sheet') and describes output components in detail. Lacks mention of permissions or prerequisites but is otherwise transparent.

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?

Single paragraph is information-dense and front-loaded with purpose. Slightly dense but efficient; could be broken into bullet points for clarity.

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

Completeness4/5

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

Given 8 parameters, 1 required, and output schema exists, description covers purpose, key behavior (idempotency), and report content. Could mention prerequisites (e.g., simulation must be run) but overall adequate.

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

Parameters4/5

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

Schema coverage is 100% (baseline 3). Description adds value by explaining what each component of the report includes (e.g., headline stats, tornado of top N drivers), which clarifies how parameters like primary_output and top_drivers affect the output.

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?

Description explicitly states it builds an executive report for a decision-maker, lists specific components (headline numbers, histogram, tornado, etc.), and distinguishes from siblings by contrasting with 'raw stats'.

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?

Provides a clear usage scenario: 'Use this when the user asks for a decision-maker-facing summary rather than raw stats.' Does not explicitly mention alternative tools like get_simulation_results, but the context is sufficient.

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