Skip to main content
Glama

mike_results_read

Extract a time series of a specified quantity at a given element from a MIKE+ .res1d file. Returns downsampled time-value pairs, no license required.

Instructions

Extract one time series (a quantity at an element) from a MIKE+ .res1d as times+values (downsampled to max_points). No license needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
res1dYes
quantityYese.g. 'Discharge' or 'WaterLevel'.
elementYesElement id (node id, or reach/link id, optionally with chainage).
max_pointsNoCap on returned points (default 5000).
Behavior2/5

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

Without annotations, the description should disclose read-only nature and potential side effects. It mentions downsampling and license requirement but omits error behavior or whether it modifies data. The information is minimal.

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 a single, efficient sentence that front-loads the action and provides key details without unnecessary words.

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 tool returns data but the description lacks details on the output format beyond 'times+values'. There is no output schema, so more specifics on the structure would be beneficial. The context is partially complete.

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 coverage is 75%, so description adds some value. It clarifies that max_points caps returned points (default 5000) and mentions 'no license needed' but does not explain the res1d parameter. Baseline 3 is appropriate.

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 extracts one time series from a MIKE+ .res1d file, specifying the output format and downsampling. It distinguishes from sibling tools like mike_get_values and mike_results_list by focusing on a single time series extraction.

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?

No guidance on when to use this tool versus alternatives such as mike_get_values or mike_results_summary. The note 'no license needed' is a positive but does not clarify usage context.

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/Zhonghao1995/Agentic-MIKE-Plus'

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