Skip to main content
Glama
vosesoftware

ModelRisk MCP

Official
by vosesoftware

create_time_series

Build a time-series formula (e.g., VoseTimeGBM, VoseTimeAR1) and write it into a target range in Excel for risk modeling.

Instructions

ModelRisk: Build a time-series formula (VoseTimeGBM, VoseTimeAR1, etc.) and write it into the target_range. Time-series tools are exempt from the >50-cell bulk-write guard because the dimension of the time series is the whole point.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sheetYes
dry_runNo
workbookYes
parametersYes
target_rangeYesA1 range to spill into, e.g. 'D2:D101'.
function_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
cellYes
formulaYes
writtenYes
previous_formulaNo
Behavior3/5

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

With no annotations, the description must disclose behaviors. It reveals that the tool writes formulas and is exempt from the 50-cell guard, which is useful. But it doesn't mention overwrite behavior, permissions, or side effects. Adequate but not rich.

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

Conciseness5/5

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

Two concise sentences, no redundancy. First sentence states core action, second adds an important exception. Every word earns its place.

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

Completeness3/5

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

Given the complexity (6 parameters, nested array) and presence of an output schema, the description covers the main action and a key behavioral trait. However, it doesn't detail parameter structure or usage, leaving gaps for an agent.

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 only 17% (only target_range has a description). The description adds context for function_name (types of formulas) and target_range (write into), but leaves parameters (array of objects) and dry_run unexplained. Partially compensates but not fully.

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?

The description clearly states the tool builds and writes a time-series formula, listing specific formula types (VoseTimeGBM, VoseTimeAR1). It distinguishes from siblings like write_formula and fit_time_series by specifying the exact function and use case.

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?

The description mentions exemption from the bulk-write guard, implying when to use this tool (for time series that naturally spill across many cells). However, it does not explicitly compare to alternatives or state when not to use it, missing a bit of guidance.

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