Skip to main content
Glama

mike_run

Run a MIKE+ simulation headless using the MIKE 1D engine. Supply a copy of the model's .sqlite file to execute the active or specified simulation. Returns result paths and engine log.

Instructions

Run a MIKE+ simulation headless via the MIKE 1D engine. Runs the model's active simulation unless 'simulation' is given. Returns the result file paths plus the engine log tail. Needs MIKE+ installed + a valid license. ALWAYS run on a COPY of the model (mikeplus has no undo).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sqliteYesPath to the MIKE+ .sqlite to run (use a copy).
simulationNoOptional simulation setup id (msm_Project MUID). Default: the active simulation.
timeout_sNoMax seconds to wait for the engine (default 1800).
Behavior5/5

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

No annotations provided, but the description fully discloses behavioral traits: runs headless, returns result file paths and engine log tail, requires MIKE+ and license, and warns of no undo. No contradictions.

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?

Three concise sentences, front-loaded with the main action, no redundant information. Efficiently covers purpose, usage, and warnings.

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?

For a simulation tool with 3 parameters and no output schema, the description fully covers inputs, safety (run on copy), return info (file paths + log tail), and prerequisites (license).

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds meaning: sqlite path should be a copy, simulation is optional with default, timeout default 1800. Adds value beyond 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 'Run a MIKE+ simulation headless via the MIKE 1D engine', specifying the verb, resource, and mode. It distinguishes from sibling tools that focus on plotting, retrieving values, or model info.

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?

Explicitly mentions using the active simulation by default and the option to specify one, plus a strong warning to always run on a copy. Does not explicitly compare to alternatives, but siblings are distinct in purpose.

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