Skip to main content
Glama
520-YM

codex-creo-mcp

by 520-YM

creo_create_safe_draft_copy

Create a constant-angle draft on a copy of the active Creo part using a datum plane as hinge, with automatic surface selection and verification of changes.

Instructions

Copy the current Creo part and create one constant-angle draft feature in the new copy using a datum plane as the hinge and direction reference. A surface ID may be supplied; otherwise the largest cylindrical surface is selected. The tool refuses overwrite and verifies an active draft feature, a feature-count increase, and a nonzero solid-volume change.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
copy_nameYes
hinge_planeNoDatum plane used as both draft hinge and direction reference.FRONT
feature_nameYes
angle_degreesYesConstant draft angle in degrees.
direction_sideNo
expected_modelYes
drafted_surface_idNoOptional Creo surface ID. If omitted, the largest cylindrical surface is selected.
Behavior5/5

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

Annotations only carry generic booleans and provide no real safety detail, so the description carries the full burden. It explicitly discloses copy semantics, the default largest-cylindrical-surface selection, refusal to overwrite, and post-condition verification of active draft feature, feature-count increase, and nonzero solid-volume change. This is strong behavioral disclosure beyond the structured fields.

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 three tight sentences with no filler. The core action is front-loaded, followed by the optional surface behavior and the verification/refusal details. Every sentence adds value and the length is appropriate for the tool's complexity.

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?

The description covers the main workflow and safety verifications well, and no output schema exists to explain return values. However, the ambiguous direction_side parameter and the absence of any statement about the tool's return/result format leave gaps for an agent trying to invoke and interpret the tool correctly.

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 43%, so the description needs to compensate. It does add useful meaning for hinge_plane (used as both hinge and direction reference) and drafted_surface_id (largest cylindrical surface if omitted). However, the required expected_model and the direction_side enum values (1 vs 2) remain unexplained, leaving a real ambiguity for callers.

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 states a specific verb and resource: copy the current Creo part and create one constant-angle draft feature in the new copy. It also distinguishes this tool from the many sibling copy tools by naming the exact feature type (draft) and by detailing the hinge/direction-plane mechanism.

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 provides clear context for when this tool is appropriate: when a constant-angle draft feature needs to be created on a copy of the current part. It gives useful selection guidance for the optional surface ID, but it does not explicitly name alternatives or state when not to use it relative to other safe-copy siblings.

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/520-YM/codex-creo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server