Skip to main content
Glama
Bettertoo2

ANSYS MCP Server

by Bettertoo2

Connect Fluent

fluent_launch

Launch ANSYS Fluent or connect to a running gRPC instance, setting dimension, precision, processor count, and remote access parameters.

Instructions

Launch Fluent or attach to a gRPC instance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipNo127.0.0.1
cwdNo
portNo
replaceNo
passwordNo
dimensionNo
precisionNodouble
processorsNo
allow_remoteNo
connect_timeoutNo
allow_insecure_remoteNoExplicitly permit password-protected insecure gRPC transport to a non-loopback host

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?

The description adds little beyond the annotations. It does not disclose side effects such as starting a local process, network connections, authentication requirements (despite the password parameter), or whether attaching vs launching affects state. Annotations indicate non-read-only, non-idempotent behavior, but the description fails to elaborate on these traits.

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

Conciseness2/5

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

The description is a single sentence with no extraneous words, but it is under-specified for a tool with 11 parameters. This is more under-specification than effective conciseness, as it omits critical information.

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?

Given the tool's complexity (11 optional parameters, output schema, and role in a larger Fluent workflow), the description is far too brief. It does not explain the return value, how to use this with subsequent fluent_* tools, or what configuration decisions are significant.

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

Parameters1/5

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

The description offers no explanation for any of the 11 parameters. Schema coverage is only 9%, with only allow_insecure_remote described. The phrase 'Launch Fluent or attach to a gRPC instance' vaguely relates to ip/port parameters but does not clarify meaningful options like dimension, precision, processors, or replace.

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 uses a specific verb 'Launch or attach' and identifies the resource 'Fluent'/'gRPC instance', making the core action clear. However, it does not differentiate from sibling launch tools like geometry_launch or mechanical_launch, nor explain what 'attach to a gRPC instance' entails in practical terms.

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 provided on when to use this tool instead of alternatives like geometry_launch or mechanical_launch. The description does not mention prerequisites, connection targets, or workflow context.

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