Skip to main content
Glama
Bettertoo2

ANSYS MCP Server

by Bettertoo2

List Mechanical Objects

mechanical_list
Read-onlyIdempotent

Lists bodies, named selections, or analyses in an ANSYS Mechanical model to inspect available entities.

Instructions

List bodies, named selections, or analyses.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
whatNobodies

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
dataNo
toolYes
errorNo
messageYes
Behavior2/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true. The description adds no additional behavioral context (e.g., return format, limitations, prerequisites). It simply restates the action, providing no value beyond the annotations.

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 a single, short sentence that is directly front-loaded with the verb and resource list. Every word adds value, and there is no wasted content.

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

Completeness3/5

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

The tool is simple with one optional parameter and an output schema, so the description is minimally adequate. However, it doesn't clarify the mechanical analysis context or differentiate from geometry_list_bodies, leaving some ambiguity for an agent deciding between tools.

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?

The schema has one parameter 'what' with enum values, and schema description coverage is 0%. The description lists the exact enum values ('bodies, named selections, or analyses'), which clarifies the parameter's accepted values, but it doesn't explain their meaning or behavior. This partially compensates for the schema gap.

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

Purpose4/5

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

The description states a clear verb ('List') and resource ('bodies, named selections, or analyses'), which precisely conveys the tool's function. It distinguishes from siblings like geometry_list_bodies by covering additional object types, though it doesn't explicitly name alternatives.

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?

There is no guidance on when to use this tool versus alternatives like geometry_list_bodies or mechanical_get_result. The description merely states the function without any contextual usage hints or exclusions.

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/Bettertoo2/ansys-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server