Skip to main content
Glama
guardianer9-debug

CST Studio Orchestrator MCP

cst_pcb_create_trace

Design PCB transmission lines in CST Studio. Automatically compute trace width from target impedance using proven formulas for microstrip and stripline.

Instructions

Create a PCB trace (microstrip, stripline, coplanar waveguide, or grounded CPW) in CST Studio. Optionally calculates trace width from a target impedance using Hammerstad-Jensen (microstrip) or Cohn (stripline) formulas.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
layerYesLayer name where the trace is placed (e.g. 'Top')
x_startNoX coordinate of trace start (mm)
y_startNoY coordinate of trace start (mm)
width_mmNoTrace width in mm. If impedance_target is specified, this is ignored and the width is calculated automatically.
directionNoTrace direction: 'x' for +X, 'y' for +Y, or angle in degrees from +X axis (e.g. '45')x
epsilon_rNoSubstrate relative permittivity. Required when impedance_target is given.
length_mmYesTrace length in mm
trace_typeYesType of transmission line
z_positionNoZ position of the trace bottom surface in mm. If omitted, defaults to 0 (top surface of the board).
impedance_targetNoTarget characteristic impedance in ohms. When specified, trace width is auto-calculated. Requires substrate_height_mm and epsilon_r.
copper_thickness_mmNoCopper thickness in mm (default 0.035 for 1oz)
substrate_height_mmNoSubstrate height between trace and reference plane (mm). Required when impedance_target is given.
Behavior3/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It mentions the impedance calculation behavior and required parameters for that, but does not disclose potential side effects, failure modes, or what happens upon creation (e.g., trace appears in model, no return value).

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 with only two sentences, front-loading the core action and optional feature. Every word is essential and there is no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the large number of parameters and complete schema coverage, the description is adequate. It covers the main purpose and optional behavior, though it could mention what the tool returns or that the trace is added to the project.

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%, so all parameters are documented in the schema. The description adds some context by naming the formulas used for width calculation, but overall it does not significantly enhance understanding beyond the schema.

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 creates a PCB trace and lists the specific types (microstrip, stripline, coplanar waveguide, grounded CPW). It also mentions the optional impedance-based width calculation, distinguishing it from other PCB creation tools.

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

Usage Guidelines3/5

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

The description does not provide explicit guidance on when to use this tool versus alternatives. While it mentions optional features, it lacks context on prerequisites or scenarios where other tools might be more appropriate.

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