Skip to main content
Glama
guardianer9-debug

CST Studio Orchestrator MCP

cst_create_wire

Create a bondwire between two points by specifying component, name, start and end coordinates, and radius. Used for modeling wire interconnects in 3D electromagnetic simulations.

Instructions

Create a bondwire / wire between two points in CST Studio.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesSolid name
end_xYesEnd point X
end_yYesEnd point Y
end_zYesEnd point Z
radiusYesWire radius
start_xYesStart point X
start_yYesStart point Y
start_zYesStart point Z
componentYesComponent name
Behavior2/5

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

With no annotations, the description carries full burden for behavioral disclosure. It only says 'create', implying mutation, but lacks details on whether it modifies existing geometry, coordinate system units, error conditions, or side effects. This is insufficient for a creation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single clear sentence, concise and front-loaded. However, it could include slightly more context (e.g., coordinate system) without becoming verbose.

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?

Given the schema covers all parameters and no output schema exists, the description should ideally mention what the tool returns (if anything) and when to use it among many sibling creation tools. It is minimally adequate but lacks these completions.

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%, with each parameter briefly described in the schema. The description adds no additional meaning beyond the schema, so 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?

The description clearly states the tool creates a 'bondwire / wire between two points' in CST Studio, using a specific verb and resource. It distinguishes from sibling tools that create other shapes (e.g., brick, cylinder).

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 is provided on when to use this tool vs. alternatives like cst_create_brick or cst_create_extrude. There is no discussion of prerequisites, coordinate systems, or when not to use it.

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