Skip to main content
Glama
Bettertoo2

ANSYS MCP Server

by Bettertoo2

Save Fluent Case/Data

fluent_save
Destructive

Save ANSYS Fluent case and data files by specifying an output path prefix. Use the overwrite option to replace existing files.

Instructions

Write Fluent case and data using a path prefix.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
prefixYes
overwriteNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
dataNo
toolYes
errorNo
messageYes
Behavior3/5

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

Annotations already declare destructiveHint: true and readOnlyHint: false, so the agent knows this is a write operation. The description adds that it writes both case and data and uses a path prefix, but does not disclose side effects such as behavior when overwrite is false and files exist. It adds some context beyond annotations but lacks important behavioral detail.

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, focused sentence that leads with the verb and communicates the core action efficiently. Every word contributes to understanding the tool's function, and there is no redundancy or irrelevant detail.

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?

Given the simple schema and presence of an output schema, the description covers the primary action and main parameter. However, it omits important operational context such as whether existing files are preserved or overwritten by default, what file extensions are produced, and any dependence on an active Fluent session. This makes it adequate but not complete.

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?

Schema description coverage is 0%, so the description must compensate. It explains 'prefix' via 'path prefix', but gives no information about the 'overwrite' parameter beyond the schema's default and name. The description partially compensates but leaves semantic gaps for one of the two parameters.

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 the specific verb 'Write' and clearly identifies the resource ('Fluent case and data') and mechanism ('using a path prefix'). This distinguishes it from sibling read tools like fluent_read_case and fluent_read_mesh, making the purpose immediately clear.

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?

The description provides no guidance on when to use this tool versus alternatives. It does not mention prerequisites, typical workflows (e.g., after solving), or contrast with other Fluent write/set tools. It merely states what the tool does, leaving usage entirely implied.

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