Skip to main content
Glama
vosesoftware

ModelRisk MCP

Official
by vosesoftware

create_aggregate_mc

Build a Monte Carlo aggregate loss model in Excel by referencing a frequency object cell and a severity object cell to simulate the sum of random severity draws.

Instructions

ModelRisk: Build a VoseAggregateMC(n, distribution, ...) formula that simulates the aggregate of a (possibly random) number n of i.i.d. severity draws. n and distribution are cell references — n points at a frequency cell, distribution at a severity object cell (built with a VoseObject function).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sheetYes
dry_runNo
workbookYes
max_limitNo
min_limitNo
target_cellYes
distribution_shiftNo
severity_object_cellYes
frequency_object_cellYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
cellYes
formulaYes
writtenYes
previous_formulaNo
Behavior2/5

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

With no annotations provided, the description bears full responsibility for behavioral disclosure. It does not mention that the tool writes a formula into a cell (target_cell), the effect of dry_run, or any side effects on the workbook, leaving significant gaps for the agent.

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

Conciseness3/5

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

The description is short and front-loads the core purpose, but it lacks structure and fails to cover essential details. While concise, it sacrifices completeness for brevity.

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

Completeness2/5

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

Given 9 parameters with 0% schema coverage and a complex function, the description is severely incomplete. It does not explain how results are returned, the role of dry_run, or the purpose of limits and shift, leaving the agent underinformed.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must provide parameter context. It only explains frequency_object_cell and severity_object_cell, ignoring 7 other parameters like target_cell, dry_run, limits, and shift. Most parameters remain unexplained, making correct invocation difficult.

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

Purpose4/5

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

The description clearly states the tool builds a VoseAggregateMC formula for simulating aggregate losses, naming the specific function and the roles of n and distribution. However, it does not distinguish from the similar sibling tool 'create_aggregate', leaving potential confusion about when to use which.

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

Usage Guidelines3/5

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

The description implies usage for simulation aggregate loss models but provides no guidance on when to choose this tool over alternatives like 'create_aggregate' or 'create_risk_event', nor does it mention prerequisites or limitations.

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