Skip to main content
Glama
davidesg

ART MCP Server

by davidesg

load_data

Loads time series from Excel or CSV files and writes a .inp file for analysis, automatically detecting dates or accepting manual frequency and start settings.

Instructions

Load a time series from Excel or CSV and write a fue .inp file.

If the file has a date index (DatetimeIndex), freq and start are inferred automatically. If not, you must provide freq, start_year and start_period.

Parameters

source_path : path to .xlsx, .xls, .ods or .csv file output_inp : path for the output .inp file (e.g. "cases/IPC_ES/IPC_ES.inp") column : column name to extract (exact match or 0-based integer index) series_name : name for the series in the .inp (default: column name) sheet : sheet name for Excel (default: first sheet) freq : 1=annual, 4=quarterly, 12=monthly (0 = auto-detect from dates) start_year : start year if no date index (0 = auto-detect) start_period : start period within year if no date index (1-based)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
freqNo
sheetNo
columnYes
output_inpYes
start_yearNo
series_nameNo
source_pathYes
start_periodNo
Behavior3/5

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

With no annotations, the description does explain the file output and the auto-detection behavior for date indices. However, it omits important behavioral details such as whether existing files are overwritten, what happens on errors, and what the function returns. This is minimal transparency for a file-writing tool.

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 concise one-line summary, a behavioral note about date index inference, and a parameter list. Every sentence provides useful information, and the format is easy to scan. The minor typo 'fue' does not detract from overall conciseness.

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?

The description covers all parameters and the core behavior, but lacks information about return values and error handling. Since there is no output schema, the description should explain what the tool returns after writing the file. It also doesn't mention potential side effects like file overwriting, leaving some gaps for a tool with 8 parameters and no annotations.

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 schema has 0% description coverage, but the tool description thoroughly documents every parameter with added meaning: column can be exact name or integer index, freq meanings (1=annual, 4=quarterly, 12=monthly), default for series_name, etc. This fully compensates for the schema's lack of descriptions.

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 loads a time series from Excel/CSV and writes an .inp file, which is a specific verb+resource+outcome. However, it does not explicitly distinguish this from sibling tools like create_inp, so it lacks clear sibling differentiation.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It explains when parameters must be supplied (date index vs manual) but not when this tool should be chosen over sibling tools. There are no exclusions or alternative references.

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