Skip to main content
Glama
520-YM

codex-creo-mcp

by 520-YM

creo_create_safe_chamfer_copy

Copies a Creo part and creates an equal-distance edge chamfer on the copy, selecting the longest edge unless an explicit ID is given, then verifies the feature addition and volume change.

Instructions

Copy the current Creo part and create one equal-distance edge chamfer in the new copy. An explicit edge ID may be supplied; otherwise the longest supported straight or circular edge is selected. The tool refuses overwrite and verifies an active chamfer feature, a feature-count increase, and a nonzero solid-volume change.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
edge_idNoOptional Creo edge ID. If omitted, the bridge selects the longest supported edge.
distanceYesEqual chamfer distance in model units.
copy_nameYes
feature_nameYes
expected_modelYes
Behavior4/5

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

The description adds meaningful behavioral detail beyond the annotations: it refuses overwrite, verifies an active chamfer feature, and checks feature-count increase and nonzero solid-volume change. The annotations provide little beyond false hints, so this prose carries the transparency burden well.

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 sentences with no filler. The core operation is front-loaded, followed by selection behavior and verification guarantees, so every sentence earns its place.

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 operation, edge selection, and safety checks, but with no output schema it does not state what the tool returns or how success is reported. It also omits explicit prerequisites beyond the notion of a current Creo part, leaving some gaps for an agent invoking it autonomously.

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?

Only edge_id and distance have schema descriptions, and the prose clarifies edge_id's default behavior and the supported straight/circular edge types. However, the required parameters expected_model, copy_name, and feature_name are not explicitly mapped to their roles, leaving some inference needed despite their suggestive names.

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 action: copy the current Creo part and create one equal-distance edge chamfer in the new copy. It clearly separates this tool from the many sibling safe-copy tools by naming the chamfer operation and edge-selection behavior.

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

Usage Guidelines3/5

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

The intended use is implied by the action described, but the description does not explicitly state when to choose this tool over alternatives such as round copy, shell copy, or draft copy. It offers no exclusions or alternative routing.

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