Skip to main content
Glama
LaplaceYoung

ansys-aedt-mcp

by LaplaceYoung

aedt_set_variable

Set a design or project variable with name and expression. Use '$' prefix for project variables; optionally set description, sweep, hidden, or read-only.

Instructions

Set a design variable or project variable. Prefix name with '$' for project variables.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
expressionYes
descriptionNo
sweepNo
hiddenNo
read_onlyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations provided, and the description only mentions the naming convention. It fails to disclose side effects, error conditions, or permissions. For example, it doesn't state whether setting a variable triggers recomputation or what happens if the variable doesn't exist.

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 extremely concise, consisting of one clear sentence and a helpful instruction. Every word adds value.

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?

Given the tool has 6 parameters, an output schema, and many sibling tools, the description is severely lacking. It does not mention return values, parameter formats, or relationships to other operations. Users must guess how to use it correctly.

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?

With 0% schema description coverage, the description adds minimal meaning beyond parameter names. It explains only the name prefix rule, but 'expression', 'description', 'sweep', 'hidden', and 'read_only' are left completely uninterpreted.

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?

Clearly states it sets a design or project variable, with a specific naming convention for project variables. However, it doesn't clarify whether this creates or modifies an existing variable, and lacks differentiation from sibling tools like 'aedt_create_output_variable'.

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 such as 'aedt_get_variables' or 'aedt_create_output_variable'. The description does not provide context for selecting this tool over similar ones.

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

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