Skip to main content
Glama
guardianer9-debug

CST Studio Orchestrator MCP

cst_create_material

Define a new material for electromagnetic simulation in CST Studio by specifying its relative permittivity, permeability, loss tangents, and conductivity.

Instructions

Create a new material with electromagnetic properties in CST Studio. Specify relative permittivity (epsilon), relative permeability (mu), electric and magnetic loss tangents, and conductivity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
muNoRelative permeability (mu_r)
nameYesMaterial name (e.g. 'MySubstrate')
color_bNoBlue colour component (0-1)
color_gNoGreen colour component (0-1)
color_rNoRed colour component (0-1)
epsilonNoRelative permittivity (epsilon_r)
tan_d_eNoElectric loss tangent (tan delta_e)
tan_d_mNoMagnetic loss tangent (tan delta_m)
conductivityNoElectric conductivity in S/m
transparencyNoTransparency (0 = opaque, 1 = fully transparent)
Behavior2/5

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

The description lacks details on side effects or prerequisites (e.g., whether a project must be open, if it overwrites existing materials, or what the return value is). Given no annotations, the description should disclose more behavioral traits.

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, direct, and to the point. No unnecessary words.

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?

While the description covers core functionality, it lacks context about the type of material (isotropic, frequency-independent) and potential implications. With 10 parameters and no output schema, more context would be beneficial.

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 coverage is 100% with descriptions for all parameters. The description merely lists the parameter types but does not add significant meaning beyond the schema. Baseline 3 is appropriate.

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 clearly states the tool creates a new material with electromagnetic properties and lists the key properties (epsilon, mu, loss tangents, conductivity). However, it does not explicitly differentiate this from sibling tools like cst_create_anisotropic_material or cst_create_debye_material, which might create materials with different behavior.

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?

There is no guidance on when to use this tool versus alternatives. For example, it does not state that this is for simple isotropic materials, nor does it suggest using other tools for frequency-dependent or anisotropic materials.

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/guardianer9-debug/cst-studio-orchestrator-mcp'

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