Skip to main content
Glama

monte_carlo_schedule

Read-onlyIdempotent

Run Monte Carlo simulation to analyze schedule risk. Samples task durations from triangular distributions and outputs P10/P50/P80/P95 completion estimates with risk events.

Instructions

Run Monte Carlo simulation for probabilistic schedule risk analysis.

Samples task durations from triangular distributions and returns P10/P50/P80/P95 completion estimates with identified risk events. Use seed for reproducible results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tasksYesTask list with PERT-style three-point estimates and dependency edges.
iterationsNoNumber of Monte Carlo simulation iterations (1–100,000). Higher = more stable percentiles.
seedNoOptional seed for reproducible results.
task_typeNoOptional task type for feedback matching. Enables per-task-type accuracy tracking.
Behavior4/5

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

Annotations indicate readOnly, non-destructive, idempotent. Description adds that it samples from triangular distributions and returns percentiles with risk events, providing useful behavioral detail beyond annotations.

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 sentences: first states purpose, second details methodology and key parameters. Every word adds value, no redundancy.

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?

No output schema, but description specifies return values (P10/P50/P80/P95 estimates, risk events). Could clarify what constitutes risk events, but overall sufficient given input schema richness.

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 covers 100% of parameters with descriptions. Description reinforces seed usage and explains that durations are sampled from triangular distributions, adding context that the three-point estimates are used to generate output percentiles.

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 clearly states the tool runs Monte Carlo simulation for probabilistic schedule risk analysis, specifies inputs (triangular distributions) and outputs (P10/P50/P80/P95 estimates with risk events), and distinguishes from sibling tools like pert_estimate and critical_path.

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?

Description mentions using seed for reproducibility but gives no explicit guidance on when to choose Monte Carlo over alternatives like pert_estimate or schedule_risk. Usage context is implied but not formally stated.

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/KyaniteLabs/Epoch'

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