Skip to main content
Glama

ras_results_timeseries

Retrieve a specific time series from a HEC-RAS results HDF, summarizing peak, time of peak, min, and mean while downsampling to a chosen maximum number of points.

Instructions

One time series from a results HDF with peak / time of peak / min / mean, downsampled to at most max_points. kind: 'xsec' (location 'River/Reach/Station' or just the station; variable flow | water_surface | velocity | velocity_channel | flow_lateral), 'ref_line' / 'ref_point' / 'boundary' (location = name; variable e.g. 'Flow' or 'Water Surface'), 'mesh_cell' (mesh = 2D area name, location = cell id, variable 'Water Surface'). Omit location to get the first one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hdfYes
kindNoDefault 'xsec'.
meshNo2D flow area name (mesh_cell only).
locationNoSee description; cell id for mesh_cell.
variableNoflow (default) | water_surface | velocity | ... or the HDF variable name.
max_pointsNoDownsample to at most this many points (default 500).
Behavior3/5

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

The description discloses downsampling to 'at most max_points' and the default first-location behavior, adding valuable behavioral context beyond the schema. With no annotations, the description carries full burden, but it does not clarify the exact output structure for peak/time of peak/min/mean or how errors like missing HDF are handled.

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 front-loads the core purpose and then methodically details kind-specific parameters in a single dense paragraph. While compact, the run-on structure for kinds could be easier to parse, but each sentence contributes necessary information without fluff.

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?

For a 6-parameter tool with no output schema and no annotations, the description covers parameter semantics and downsampling well, but leaves gaps about the returned data format (what exactly 'peak / time of peak / min / mean' looks like) and error behavior. This is adequate but not fully complete.

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 description significantly enriches the schema: it specifies location formats (e.g., 'River/Reach/Station' for xsec), allowed variables per kind, mesh_cell requirements, and the role of max_points. This goes well beyond the schema's short descriptions, making parameter usage unambiguous.

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 returns 'One time series from a results HDF' with derived statistics like peak and mean, and enumerates the supported kinds (xsec, ref_line, ref_point, boundary, mesh_cell). This specific verb+resource phrasing distinguishes it from sibling tools such as ras_results_summary and ras_results_compare.

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?

The description explains kind-specific usage and notes 'Omit location to get the first one,' which gives practical context. However, it does not explicitly state when to choose this tool over alternatives like ras_results_summary or ras_results_compare, leaving usage implied rather than directly contrasted.

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-HEC-RAS'

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