Skip to main content
Glama
Bettertoo2

ANSYS MCP Server

by Bettertoo2

Launch Geometry

geometry_launch

Launch a geometry service for Discovery or SpaceClaim, specifying mode, version, and timeout to prepare geometry for simulation workflows.

Instructions

Launch a Geometry service for Discovery or SpaceClaim.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNodiscovery
replaceNo
timeoutNo
versionNo

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 indicate the operation is not read-only, not destructive, and not idempotent. The description adds only that it launches a 'service', implying a persistent background process, but doesn't disclose side effects, license requirements, whether it blocks until ready, or the open-world implications suggested by openWorldHint=true.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with no fluff, but it is under-specified. It is concise but at the cost of critical information. A bit more detail would be earned.

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

Completeness1/5

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

This is a launch tool with 4 parameters and an output schema, yet the description gives no context about what happens after launch, how to reference the service, or how it fits into the geometry workflow. Given the sibling tools, the agent is left guessing about sequencing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description carries no parameter information. While the schema provides names, types, defaults, and an enum for 'mode', it doesn't explain the meaning of 'replace' or 'timeout' in the launch context, and the description does nothing to clarify.

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 clearly identifies the action (launch) and resource (Geometry service), and names the two supported modes (Discovery or SpaceClaim). This distinguishes it from sibling launch tools like mechanical_launch and fluent_launch. However, it doesn't explain what 'launch' entails or that it starts a persistent service.

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 on when to use this tool versus alternatives. It doesn't mention prerequisites such as needing an import file, or that geometry_launch should be called before geometry_create_* or geometry_list_bodies. There is no explicit statement about when not to use it.

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