Skip to main content
Glama
guardianer9-debug

CST Studio Orchestrator MCP

cst_get_radiation_pattern_3d

Export 3D radiation pattern gain values from a CST simulation at a specified frequency. Obtain full-sphere data in spherical or Cartesian coordinates for antenna visualization or external tool integration.

Instructions

Export full 3D radiation pattern data from a completed CST simulation at a specific frequency. Returns gain values over the full sphere in spherical or Cartesian coordinates. Useful for antenna pattern visualization and integration with external tools. Requires a farfield monitor at the specified frequency.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
frequencyYesFrequency in GHz at which to extract the 3D pattern.
coordinateNo'spherical' for (theta, phi, gain) output, 'cartesian' for (x, y, z, gain) output.spherical
resolution_degNoAngular resolution in degrees for the exported pattern. Lower values give finer resolution but larger data. Typical values: 1, 2, 5, 10.
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the tool is read-only (export) and requires a farfield monitor, but does not address error handling (e.g., missing monitor or incomplete simulation) or return data volume implications. Additional details on behavior beyond the basic action 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?

The description is four sentences, each providing essential information: purpose, output, use case, and prerequisite. No wasted words, and the core action is front-loaded.

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 explains what is returned ('gain values over the full sphere') but lacks specifics on output format (e.g., array, structure) or data size implications of resolution_deg. Given no output schema, more detail on return type is needed for full completeness.

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 clear descriptions for all three parameters (frequency, coordinate, resolution_deg). The description adds minimal extra meaning beyond the schema, such as mentioning 'spherical or Cartesian coordinates' which already appears in the enum description. Baseline 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?

The description clearly states the tool exports full 3D radiation pattern data at a specific frequency, specifying gain values over the full sphere in spherical or Cartesian coordinates. It distinguishes from sibling tools like cst_get_farfield or cst_get_pattern_cut by emphasizing 'full 3D' and 'over the full sphere'.

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

Usage Guidelines4/5

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

The description mentions a prerequisite ('Requires a farfield monitor at the specified frequency') and indicates usage for antenna pattern visualization and integration. However, it does not explicitly contrast with alternatives such as cst_get_farfield (for farfield data) or cst_get_pattern_cut (for a single cut), which could further guide selection.

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