Skip to main content
Glama
davidesg

ART MCP Server

by davidesg

update_and_forecast

Append new observations to an existing forecast model, re-run the forecast, and generate an HTML report comparing actuals to previous predictions to reveal tracking errors.

Instructions

Append new observations to a fuf file and update the forecast.

Loads the fuf file, appends new_values to the series, re-runs the forecast (fixed parameters), compares actual observations against the previous forecast to report tracking errors, and writes the updated Treadway/Jenkins HTML report to output_html.

Parameters

fuf_path : existing fuf .inp file (from generate_forecast) new_values : list of new observations in original scale output_html : path to write the fue HTML forecast report (required) output_fuf_path : where to save the updated fuf file (default: overwrites fuf_path) actual_dates : (optional) date labels for new observations ("MM/YYYY")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fuf_pathYes
new_valuesYes
output_htmlYes
actual_datesNo
output_fuf_pathNo
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses key behaviors: it overwrites fuf_path by default via output_fuf_path, writes to output_html, and reports tracking errors. It does not mention authentication or rate limits, but the destructive default (overwriting) is clearly stated, adding valuable context beyond the schema.

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: a one-line summary, a process explanation, and a parameter list. Every sentence provides useful information, with no fluff. The parameter section is compact yet informative. It is appropriately sized for the tool's complexity.

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?

The tool involves updating files and generating reports, and the description covers the workflow, parameter defaults, and output paths. No output schema exists, but the description explains the produced artifacts and behavior. It is complete enough for an agent to invoke correctly without additional context.

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?

Schema description coverage is 0%, so the description fully compensates by explaining each parameter: fuf_path ('existing fuf .inp file'), new_values ('list of new observations in original scale'), output_html (required), output_fuf_path ('default: overwrites fuf_path'), and actual_dates ('MM/YYYY' format). This is precisely the semantics missing from the input schema.

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's function: 'Append new observations to a fuf file and update the forecast.' It also details the process (loads fuf, appends values, re-runs forecast, reports tracking errors, writes HTML). This distinguishes it from siblings like generate_forecast, which creates new forecasts.

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 implies usage context: it is for updating an existing fuf file with new observations, and fuf_path is described as 'from generate_forecast'. However, it does not explicitly state when not to use it or name alternative tools for similar scenarios. The context is clear enough for an agent to decide.

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/davidesg/art-python'

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