Skip to main content
Glama
guardianer9-debug

CST Studio Orchestrator MCP

cst_schematic_call

Invoke any public method on a CST schematic object like Block, Net, or SimulationTask by specifying object name, method, and arguments. Use specialized tools for common operations.

Instructions

Call any public method on a project.schematic object. This is the generic bridge for CST schematic RemoteObjects: it invokes project.schematic..(*args, **kwargs). Use the specialized tools for common RLC/port/net operations when possible.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argsNoPositional arguments passed to the CST method.
kwargsNoKeyword arguments passed to the CST method.
method_nameYesPublic method name to call on the object.
object_nameYesSchematic object name, e.g. Block, Net, or SimulationTask.
Behavior3/5

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

No annotations are provided, and the description does not detail potential side effects, permission requirements, or error handling. The generic nature implies variable behavior, but more warnings about misuse would enhance 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?

Two concise sentences with no wasted words. The purpose is front-loaded, and the usage guideline is clearly stated.

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 generic nature and absence of output schema, the description provides a reasonable overview. However, it lacks details on return values or potential errors, which could be useful for a generic bridge tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but the description adds value by explaining object_name and method_name with examples (e.g., Block, Net, SimulationTask) and clarifying args/kwargs. This goes beyond the schema.

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 calls any public method on a project.schematic object, using a generic bridge syntax. It explicitly distinguishes itself from specialized tools for common operations.

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

Usage Guidelines5/5

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

Explicitly advises to use specialized tools for common RLC/port/net operations when possible, providing clear guidance on when to prefer this tool vs alternatives.

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