Skip to main content
Glama
guardianer9-debug

CST Studio Orchestrator MCP

cst_transform_scale

Scale a solid independently along X, Y, Z axes with optional center point and copy mode.

Instructions

Scale a solid by independent factors along each axis. An optional center point can be specified.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
copyNoIf true, create a copy instead of moving the original
solidYesSolid reference in "Component:Solid" format
scale_xNoScale factor along X axis
scale_yNoScale factor along Y axis
scale_zNoScale factor along Z axis
center_xNoX coordinate of the transform center
center_yNoY coordinate of the transform center
center_zNoZ coordinate of the transform center
Behavior2/5

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

No annotations are provided, so the description carries full responsibility. It does not disclose whether scaling modifies the original or creates a copy (though the 'copy' parameter exists), nor does it mention side effects, permissions, or result format.

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 (20 words), front-loaded with the main action, and contains no redundant information. Highly concise and efficient.

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?

For a tool with 8 parameters, no output schema, and no annotations, the description is too minimal. It fails to explain the meaning of scale factors (e.g., default 1 is identity), the role of the center point, or warning about negative factors.

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%, so baseline is 3. The description adds context about the optional center point, but this is already implied by the schema parameters. No additional semantic value beyond what the schema provides.

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 'Scale', the resource 'a solid', and specifies scaling by independent factors along each axis with an optional center point. This effectively distinguishes it from sibling tools like rotate and translate.

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?

The description provides no guidance on when to use this tool versus alternatives such as cst_transform_rotate or cst_transform_translate. It lacks context about prerequisites, scenarios, or 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