Skip to main content
Glama
guardianer9-debug

CST Studio Orchestrator MCP

cst_add_lumped_element

Add a lumped resistor, inductor, capacitor, or RLC network between two points in a 3D electromagnetic simulation.

Instructions

Add a lumped R, L, C, or RLC element between two points. Value is in ohms for R, henries for L, farads for C.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
x1YesX coordinate of the first terminal (mm)
x2YesX coordinate of the second terminal (mm)
y1YesY coordinate of the first terminal (mm)
y2YesY coordinate of the second terminal (mm)
z1YesZ coordinate of the first terminal (mm)
z2YesZ coordinate of the second terminal (mm)
nameYesUnique name for the lumped element
valueYesElement value (ohms for R, henries for L, farads for C)
element_typeYesType of lumped element
Behavior2/5

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

With no annotations provided, the description bears the full burden of disclosing behavioral traits. It does not mention any side effects (e.g., modifying the project, creating an object in the 3D model), requirements (e.g., an open project), or limitations. The description is minimal and lacks behavioral context.

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 two sentences, succinct and to the point, with no redundant information. Every word serves a purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the absence of an output schema, the description does not explain what the tool returns (e.g., an object reference, success message). The behavioral context is lacking, especially for a creation tool that modifies the project state.

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?

The input schema has 100% coverage, so the description adds limited value beyond schema descriptions. It clarifies the units for value (ohms, henries, farads), which is already present in the schema, but does not add new semantic meaning for other parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Add') and the resource ('lumped R, L, C, or RLC element'), and specifies the connection between two points. However, it does not differentiate from the similar sibling tool 'cst_schematic_create_rlc', which may cause confusion about which tool to use.

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 versus alternatives, such as 'cst_schematic_create_rlc' or other creation tools. There are no prerequisites, context, or exclusions mentioned.

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