Skip to main content
Glama
ChronulusAI

Chronulus MCP Server

Official

save_prediction_analysis_html

Save BinaryPredictor analysis to HTML with beta distribution plots and expert opinions for documentation and review purposes.

Instructions

A tool that saves an analysis of a BinaryPredictor prediction to HTML.

The analysis includes a plot of the theoretical and empirical beta distribution estimated by Chronulus and also list the opinions provided by each expert.

When to use this tool:

  • Use this tool when you need to save the BinaryPredictor estimates to for the user

How to use this tool:

  • Provide the request_id from a previous prediction response

  • Specify the output_path where the html should be saved

  • Provide html_name for the file (must end in .html)

  • The tool will provide status updates through the MCP context

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
request_idYesThe request_id from the BinaryPredictor result
output_pathYesThe path where the HTML file should be saved.
html_nameYesThe path where the HTML file should be saved.
titleYesTitle of analysis
plot_labelYesLabel for the Beta plot
chronulus_prediction_summaryYesA summary paragraph distilling prediction results and expert opinions provided by Chronulus
dist_shapeYesA one line description of the shape of the distribution of predictions
dist_shape_interpretationYes2-3 sentences interpreting the shape of the distribution of predictions in layman's terms
Behavior3/5

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

With no annotations provided, the description carries full burden. It discloses that the tool saves files to disk (implied by output_path/html_name), provides status updates through MCP context, and requires specific inputs. However, it doesn't mention error conditions, file overwrite behavior, permission requirements, or what happens if the request_id is invalid. For a file-writing tool with no annotations, this leaves important behavioral gaps.

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?

The description is well-structured with clear sections (purpose, when to use, how to use). It's appropriately sized at 4 paragraphs. While efficient, the 'How to use' section could be more concise by combining related points, but overall it's well-organized and front-loaded with key information.

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 8 required parameters, no annotations, and no output schema, the description provides good usage guidance but lacks important context. It doesn't explain what the HTML output looks like beyond mentioning plots and expert opinions, doesn't cover error handling, and doesn't specify file format requirements beyond '.html' extension. For a complex tool with many parameters, this leaves significant gaps.

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 description coverage is 100%, so the schema already documents all 8 parameters thoroughly. The description mentions request_id, output_path, and html_name in the 'How to use' section, but doesn't add meaningful semantic context beyond what's in the schema. The baseline of 3 is appropriate when the schema does the heavy lifting.

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's purpose: 'saves an analysis of a BinaryPredictor prediction to HTML' and specifies what the analysis includes (plot of distributions and expert opinions). It distinguishes from sibling tools like 'save_forecast' by focusing specifically on BinaryPredictor predictions, though it doesn't explicitly contrast with all siblings.

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?

The description includes explicit 'When to use this tool' and 'How to use this tool' sections. It provides clear context: 'when you need to save the BinaryPredictor estimates for the user' and gives specific prerequisites (request_id from previous prediction) and usage steps. This is comprehensive 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/ChronulusAI/chronulus-mcp'

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