Skip to main content
Glama
guardianer9-debug

CST Studio Orchestrator MCP

cst_matching_stub

Compute stub length and distance for single-stub impedance matching using Smith chart transmission-line matching. Accepts load impedance, characteristic impedance, frequency, and stub type.

Instructions

Design a single-stub impedance matching network. Computes the stub length and distance from the load using Smith chart transmission-line matching. Pure Python computation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
z0NoCharacteristic impedance in ohms (default 50)
stub_typeNoStub termination type (default open)open
z_load_imagNoLoad reactance in ohms (default 0)
z_load_realYesLoad resistance in ohms
frequency_ghzYesDesign frequency in GHz
Behavior3/5

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

With no annotations, the description carries full burden. It discloses 'Pure Python computation' (no CST interaction) and that it computes stub length and distance, but does not clarify whether results are returned, printed, or applied to a project. More detail on side effects or output method would improve transparency.

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 short, focused sentences with no redundancy. The first sentence states the purpose, the second details the computation method, and the third notes the implementation. Every sentence adds value.

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?

The description omits output specification (units, format) and does not mention any prerequisites or return behavior. Given the 5 parameters and no output schema, the description should provide more details to ensure correct invocation.

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 description coverage is 100% (all parameters documented). The description adds context that outputs are stub length and distance, but does not enhance parameter understanding beyond the schema. Baseline score of 3 is appropriate.

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 'Design a single-stub impedance matching network' and specifies it computes stub length and distance. Differentiates from sibling tools that handle other matching types (L-network, quarter-wave, etc.). The phrase 'Pure Python computation' further clarifies it is a standalone calculation.

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 implies usage for single-stub matching but does not explicitly state when to use this tool over alternatives like cst_matching_l_network or cst_matching_quarter_wave. No exclusions or when-not-to-use are provided.

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