Skip to main content
Glama

opm_environment

Check availability of OPM binaries and Python bindings to troubleshoot setup problems. Confirms whether WSL, flow, ResInsight, and python3-opm-common are reachable.

Instructions

Report which OPM binaries and Python bindings the server can reach.

Use this first when troubleshooting — it tells you whether wsl.exe is reachable, whether flow and ResInsight respond, and whether the python3-opm-common bindings import successfully inside the distro.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It explicitly lists what the tool checks: reachability of wsl.exe, responsiveness of flow and ResInsight, and import success of python3-opm-common bindings. This gives an agent a concrete model of what executing the tool will do.

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 compact and front-loaded: the first sentence states the core purpose, and the second expands with concrete examples. Every sentence earns its place without padding or repetition.

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 zero-parameter diagnostic tool with an output schema, the description is complete. It explains what the tool does, when to use it, and what specific behaviors it checks, so an agent has everything needed to select and invoke it correctly.

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?

The tool takes zero parameters, so the baseline is 4. The description adds no parameter-specific semantics because none are needed; nothing in the schema or description requires further clarification.

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 states a specific verb and resource: 'Report which OPM binaries and Python bindings the server can reach.' It also names the concrete targets (wsl.exe, flow, ResInsight, python3-opm-common), which makes its purpose unmistakable and distinct from the sibling workflow tools in this list.

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?

'Use this first when troubleshooting' is an explicit when-to-use instruction that provides clear context. It does not name alternatives or exclusion conditions, but for an environment-probing tool the guidance is sufficiently directional and actionable.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.