Skip to main content
Glama

mike_model_info

Open a MIKE+ .sqlite model to inspect active scenario, simulation setups, unit system, and element counts for nodes, links, and catchments.

Instructions

Open a MIKE+ .sqlite model and report the active simulation/scenario/model, unit system, the list of simulation setups (msm_Project), scenarios, and element counts (nodes/links/catchments). Read-only. Needs MIKE+ + license.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sqliteYesPath to the MIKE+ .sqlite model database.
Behavior4/5

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

No annotations provided, so description bears full burden. It explicitly states 'Read-only' as a key behavioral trait and mentions license requirement. However, it does not describe error behavior (e.g., missing file, invalid model) or output format details.

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?

Description is concise (one sentence with list) and front-loaded with action and output. Could be slightly better structured with bullet points, but overall efficient and clear.

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

Completeness4/5

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

For a simple tool with one input and no output schema, description adequately lists returned information categories. It is missing explicit output structure or format, but given tool complexity, it is mostly 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 100% with parameter description 'Path to the MIKE+ .sqlite model database.' The description adds no significant additional meaning beyond specifying it's a .sqlite file. Baseline of 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 opens a MIKE+ .sqlite model and reports specific metadata (active simulation, unit system, simulation setups, scenarios, element counts). It distinguishes itself from sibling tools like mike_run or mike_get_values by focusing on 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?

Describes read-only nature and license requirement, but does not explicitly mention when to use this tool vs siblings (e.g., mike_get_values for fetching values). The context is clear but lacks explicit exclusion or alternative guidance.

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