Skip to main content
Glama
guardianer9-debug

CST Studio Orchestrator MCP

cst_impedance_smith_transform

Apply reactive element transformations to an impedance on the Smith chart to compute transformed impedance, reflection coefficient, and VSWR using series or shunt components.

Instructions

Apply a reactive element transformation to an impedance on the Smith chart. Supports series L/C, shunt L/C, and transmission line operations. Returns transformed impedance, reflection coefficient, and VSWR. Pure Python computation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
z0NoReference impedance in ohms (default 50)
valueYesComponent value: L in nH, C in pF, or transmission line electrical length in degrees
operationYesType of transformation to apply
z_in_imagYesInput reactance in ohms
z_in_realYesInput resistance in ohms
frequency_ghzYesOperating frequency in GHz
Behavior4/5

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

With no annotations, the description discloses that computation is pure Python (no simulation), lists return values, and enumerates allowed operations. However, it does not describe behavior for invalid inputs or boundary conditions, which would be beneficial for agent decision-making.

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?

Three concise sentences with no filler. The most critical information (purpose, operations, returns, computation type) is front-loaded. Every sentence earns its place.

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 no output schema, the description adequately lists return types. For a transform tool with moderate complexity (6 params, 5 required), the core functionality is covered. Missing are examples or details on parameter relationships, but it remains sufficient for most uses.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds value by specifying units for component values (L in nH, C in pF, electrical length in degrees) and clarifies that value depends on operation type, which goes beyond the schema's generic descriptions.

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?

Clearly states the tool applies reactive element transformations on a Smith chart, lists specific operations (series L/C, shunt L/C, transmission line), and specifies outputs (transformed impedance, reflection coefficient, VSWR). This distinguishes it from sibling tools like impedance analysis or stub matching.

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 (e.g., cst_matching_* tools). No prerequisites, limitations, or exclusions are mentioned, leaving the agent to infer appropriate context.

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