Skip to main content
Glama
alexmartinsgomes

mcp-monte-carlo

inspect_asset_model

Validate data quality and model sanity for a ticker by inspecting fitted EGARCH and skewed-t parameters, conditional volatility, and residual diagnostics before running a Monte Carlo forecast.

Instructions

Inspect the EGARCH + skewed-t model fit for a ticker WITHOUT simulating paths.

Call this when you need to validate data quality or model sanity before (or
instead of) a full Monte Carlo forecast — for example: Is there enough
history? What is today's conditional volatility? Do residuals look heavily
skewed/fat-tailed? What are the fitted EGARCH and skew-t parameters?

Do NOT use this for forward price scenarios, percentiles, drawdowns, or
probabilities — use ``forecast_asset_monte_carlo`` for those.

Returns JSON with history span, last price, fitted parameters, AIC/BIC,
last conditional volatility (daily and annualized), and residual
skewness/excess kurtosis.

Args:
    ticker: Yahoo Finance ticker symbol (e.g. SPY, AAPL).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.8/5.0
Behavior4/5

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

With no annotations, the description carries the responsibility of explaining behavior. It clearly discloses that no path simulation occurs, describes the diagnostic nature of the tool, and enumerates the returned JSON contents. It does not explicitly state it is read-only or mention failure/edge-case behavior, but 'Inspect' and 'WITHOUT simulating paths' strongly imply a non-destructive diagnostic operation.

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?

The description is well-structured and front-loaded: purpose and key limitation first, usage guidance second, exclusions and alternative third, return value summary fourth, and parameters last. Every sentence adds useful information; the example questions support correct invocation without being redundant.

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?

For a single-parameter diagnostic tool with an output schema present, the description covers all necessary invocation context: what the tool does, what it does not do, when to use it, what it returns, and the parameter format. Nothing an agent needs to decide between this and the sibling tool is missing.

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

Parameters5/5

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

The input schema provides only a title for 'ticker', so the description fully compensates by defining it as a 'Yahoo Finance ticker symbol' with concrete examples ('SPY, AAPL'). This resolves exactly what format the parameter should take, covering the entire gap left by the 0% schema description coverage.

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 states a specific verb ('Inspect') and a precise resource ('EGARCH + skewed-t model fit for a ticker'), and immediately differentiates itself from the Monte Carlo sibling by saying 'WITHOUT simulating paths.' This makes the tool's purpose unmistakable and distinguishes it from forecast_asset_monte_carlo.

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

Usage Guidelines5/5

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

It explicitly says when to use this tool ('validate data quality or model sanity before (or instead of) a full Monte Carlo forecast'), gives concrete example questions, and states clearly what NOT to use it for, naming the alternative tool for those cases. This is exemplary usage guidance.

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

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/alexmartinsgomes/mcp-monte-carlo'

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