Skip to main content
Glama

run_hydraulic_simulation

Run a full hydraulic simulation of a water distribution network to obtain time-series results including pressures, demands, flows, and link statuses at each reporting time step.

Instructions

Run a full hydraulic simulation and return time-series results.

Returns pressures, demands, heads, flows, velocities, head-losses and link statuses at every reporting time step.

Args: network_id: Session id of the network to simulate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
network_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description bears full burden. It does not disclose side effects, permissions, or whether the simulation is destructive. It only lists output types, missing critical behavioral context like requiring a loaded network.

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 concise, with a clear opening sentence and a structured Args section. Every sentence adds value, though the Args section could be integrated more naturally.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given many sibling tools and no output schema shown (though present), the description does not explain when to use this particular simulation type or how it relates to others. It lists output types but lacks context on prerequisites or alternatives.

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?

The description defines 'network_id' as 'Session id of the network', adding context beyond the schema's type and title. However, with 0% schema description coverage, more explicit details (e.g., format, ownership) would be helpful.

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 verb 'Run' and the resource 'hydraulic simulation', and specifies that it returns time-series results. This distinguishes it from siblings like run_quality_simulation, but not from run_full_simulation, which may be synonymous.

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 explicit guidance on when to use this tool versus alternatives like run_full_simulation or run_quality_simulation. It also does not mention prerequisites like loading a network, which is suggested by the sibling load_network.

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/Applied-Artificial-Intelligence-Eurecat/epanet-mcp-server'

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