Skip to main content
Glama
guardianer9-debug

CST Studio Orchestrator MCP

cst_get_bandwidth

Calculates impedance bandwidth from S-parameter results by finding the frequency range where S11 or VSWR meets a specified threshold, returning center frequency, bandwidth, and fractional bandwidth.

Instructions

Calculate impedance bandwidth from S-parameter results. Finds the frequency range where S11 (or VSWR) meets the specified threshold. Returns center frequency, bandwidth in MHz, and fractional bandwidth percentage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
portNoPort number to compute bandwidth for.
criterionNo'S11' to use return loss threshold, 'VSWR' to use VSWR threshold.S11
threshold_dbNoS11 threshold in dB for bandwidth computation. Common values: -10 dB (VSWR 2:1), -6 dB (VSWR 3:1), -15 dB (VSWR 1.4:1).
Behavior3/5

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

With no annotations, the description must disclose behavior. It states the tool calculates from S-parameter results, implying dependence on existing data, but does not explicitly mention prerequisites, error handling for missing thresholds, or state changes. It provides the core logic but lacks depth on failure modes or side effects.

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?

Two sentences that are direct and to the point. No redundant information. The description is front-loaded with the core action and efficiently covers the purpose, method, and outputs without excess.

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 lack of output schema, the description adequately summarizes the three return values (center frequency, bandwidth in MHz, fractional bandwidth). However, it omits the return format structure, potential error conditions, and precise dependencies on simulation results, which would be helpful for an agent.

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 detailed parameter descriptions (e.g., threshold_db includes common values). The description adds minimal value beyond the schema, only reinforcing the threshold concept. Baseline of 3 is appropriate as the description does not significantly enhance parameter understanding.

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?

Description clearly states the verb 'Calculate impedance bandwidth' and specifies the resource 'from S-parameter results'. It explicitly describes the task of finding frequency range based on S11 or VSWR threshold and lists the returned metrics. This effectively distinguishes it from sibling tools like cst_get_impedance or cst_get_s_parameters.

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?

Description provides no guidance on when to use this tool versus other antenna analysis tools. It does not mention prerequisites (e.g., requiring prior S-parameter simulation) or conditions for use. No comparison to siblings or scenarios is 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