Skip to main content
Glama
guardianer9-debug

CST Studio Orchestrator MCP

cst_export_cad

Export a CST model or specific component to CAD formats like STL, STEP, or IGES. Simplify sharing or using CST designs in other tools.

Instructions

Export the current CST model (or a specific component) to a CAD format. Supports STL, SAT/ACIS, STEP, IGES, OBJ, and NASTRAN.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatYesExport format: stl, sat, stp (STEP), igs (IGES), obj, nas (NASTRAN).
componentNoOptional component name to export. If omitted, the entire model is exported.
file_pathYesDestination file path for the exported CAD file.
Behavior3/5

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

No annotations are provided, so the description carries full burden. It mentions exporting the 'current model' or a specific component and lists formats, but does not disclose behavior like file overwrite rules, authentication needs, or any side effects. Acceptable for a simple export but missing some details.

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, no unnecessary words, all information is relevant and front-loaded.

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?

For a simple tool with no output schema and no annotations, the description adequately covers purpose, parameters, and scope. It lacks information on error behavior (e.g., file overwrite) but is sufficient for selection and basic usage.

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% with descriptions for each parameter. The description adds context beyond the schema by clarifying 'current model (or a specific component)' and listing formats, which complements the enum values.

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 verb 'Export' and the resource 'the current CST model (or a specific component)' to CAD formats. It lists supported formats, which distinguishes it from sibling export tools like cst_export_farfield or cst_export_touchstone.

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 implies when to use (exporting a model or component to CAD) and lists formats, but does not explicitly mention when not to use or alternatives. The context is clear given sibling names, but lacks explicit exclusions.

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