Skip to main content
Glama
LaplaceYoung

ansys-aedt-mcp

by LaplaceYoung

aedt_materials_operation

Execute allowed material library operations to define or modify material properties in Ansys Electronics Desktop simulations.

Instructions

Run an allowlisted materials library operation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
methodYes
argsNo
kwargsNo

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, the description carries full behavioral burden. It only mentions 'allowlisted' without explaining what operations are allowed, any restrictions, side effects, or authentication needs. This gives minimal insight into the tool's behavior.

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 short sentence, which is concise. However, its brevity sacrifices necessary detail, so it is not effectively structured for agent use.

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 lack of parameter descriptions, no annotations, and an output schema that is not described, the description fails to provide complete context. An agent cannot determine what operations are allowable, how to use parameters, or what the tool returns.

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 schema has 0% description coverage, yet the description adds no meaning to parameters like 'method', 'args', or 'kwargs'. It does not explain what values are valid for 'method' or how 'args' and 'kwargs' should be used, leaving the agent with no semantic help.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the tool runs an 'allowlisted materials library operation,' which identifies the resource (materials library) and action (run operation). However, 'allowlisted' is vague and does not specify which operations are allowed, leaving the purpose unclear and not distinguishing it from sibling tools like aedt_assign_material or aedt_materials_summary.

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 versus alternatives, contexts where it should be avoided, or any prerequisites. The description lacks any usability direction beyond the basic action.

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