Skip to main content
Glama
ansys

Ansys CFX-MCP

Official
by ansys

cfx_workflow

Perform focused CFX lifecycle steps: start pre-processing, import mesh, write definition, launch solver, wait for completion, extract results, open post, or check status.

Instructions

Run one focused CFX lifecycle or artifact action. Actions: start_pre, import_mesh, write_def, start_solver, wait_solver, get_results_file, open_post, status. Use codegen for custom model setup edits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesComponent-management action to apply.
paramsNoAction-specific parameters such as file paths, launch options, or timeout settings.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description must disclose behavioral traits, but it merely lists action names without describing side effects, blocking behavior, authentication needs, or return behavior. The phrase 'one focused action' adds minimal insight.

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 two sentences, front-loaded with the main verb and resource, and the action list is compact. Every word earns its place.

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?

The tool has 8 distinct actions and a flexible params object, but the description does not elaborate on each action's specific inputs or outputs. With no annotations to fill gaps, this is insufficient for an agent to correctly invoke the tool without further inference.

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 covers 100% of parameters with descriptions, so the baseline is 3. The description adds no extra meaning about how params interact with each action, only echoing that they are action-specific.

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 clearly states the tool 'Run one focused CFX lifecycle or artifact action' and lists the specific actions, making it unambiguous. It also differentiates from codegen by explicitly directing custom model setup edits to that sibling tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use this tool (CFX lifecycle/artifact actions) and explicitly mentions an alternative (codegen) for custom model setup edits. However, it does not explain when to prefer other siblings like connect/disconnect or session_status.

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

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