Skip to main content
Glama
mystify59

ansys-mechanical-mcp

by mystify59

get_boundary_conditions

Retrieve boundary conditions from an ANSYS Mechanical model by inspecting the current model data for analysis.

Instructions

[READ ONLY] Inspect Mechanical model data.

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

C2.9/5.0
Behavior3/5

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

The '[READ ONLY]' tag tells the agent this is a non-mutating inspection, which is useful because no annotations are provided. However, the description does not disclose required model state, potential failure modes, or why this tool specifically returns boundary-condition data. It partially carries the behavioral burden but leaves significant gaps.

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 very short, front-loads the read-only qualifier, and contains no filler. It is efficient as a minimal label, though it sacrifices specificity in doing so.

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?

With no parameters and an output schema, invocation is simple, but tool selection among 27 siblings is underspecified. The phrase 'Mechanical model data' could describe nearly every get_* sibling, and the actual boundary-condition scope is only implied by the tool name. An agent cannot confidently choose this tool over alternatives from the description alone.

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?

This tool has zero parameterscars, and the schema already documents this completely. There is no parameter-level meaning for the description to add, so the absence of parameter detail is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a read-only inspection action, but only broadly targets 'Mechanical model data' rather than boundary conditions specifically. It does not distinguish this tool from siblings like get_connections or get_model_summary. It is not a tautology, but it is too vague for the named resource.

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 guidance is given on when to use this tool versus get_model_summary, get_connections, get_material_assignments, or other siblings. The only usage hint is the read-only qualifier, which applies to many similar tools. There are no exclusions, prerequisites, or alternative routing clues.

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