Skip to main content
Glama

check_environment

Verify Abaqus installation and identify where jobs will run, ensuring simulations start without environment errors.

Instructions

Report whether Abaqus is available and where jobs will run.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.0

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. 'Report' implies a non-mutating read-only operation, but it does not explicitly state that there are no side effects, no permissions needed, or other behavioral details. It adequately conveys the primary behavior but leaves some safety aspects to inference.

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?

A single sentence that is front-loaded and free of filler. Every word adds information, and it does not repeat schema or annotation content.

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 zero-parameter tool with an output schema, the description is nearly complete. It clearly states the tool's purpose, and the output schema covers return structure. It could be slightly richer by noting it is safe to call (no side effects) or when to use it, but such gaps are already partially covered by other dimensions.

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?

There are zero parameters, so the baseline is 4. The description adds no parameter-specific meaning (none needed), and the empty schema fully covers parameter expectations.

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 uses a specific verb ('Report') and states exactly what is reported ('whether Abaqus is available' and 'where jobs will run'). It clearly distinguishes this from siblings like run_simulation or list_jobs, none of which cover environment checking.

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 implies usage as a preliminary environment check, but provides no explicit when-to-use guidance or mention of alternatives. An agent can infer its role from the name and purpose, but there is no direct guidance on when to invoke it relative to other tools.

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