Skip to main content
Glama
520-YM

codex-creo-mcp

by 520-YM

creo_reverse_project_skeleton_box_direction

Destructive

Reverses a verified rectangular skeleton extrusion to the specified datum-plane side by redefining its feature tree, then regenerates and saves the skeleton and assembly.

Instructions

Reverse one verified rectangular skeleton extrusion to the requested datum-plane side by redefining its Pro/TOOLKIT feature element tree. The tool checks the existing feature, direction readback, exact volume and signed XYZ outline, regenerates and saves the skeleton and top assembly, displays the skeleton, and recycles older versions of only those model families.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
feature_nameYes
direction_sideYesRequested extrusion side. For FRONT with TOP orientation in this workflow, side 2 is +Z.
expected_widthYes
expected_heightYes
expected_lengthYes
expected_assemblyYes
expected_skeletonYes
Behavior5/5

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

Beyond the destructiveHint annotation, the description discloses concrete side effects: it 'regenerates and saves the skeleton and top assembly, displays the skeleton, and recycles older versions of only those model families.' This gives the agent a clear picture of what will be modified and cleaned up, going well beyond the annotation's generic destructiveness flag.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single dense sentence with no filler; every clause adds a meaningful detail about the workflow. It could be more readable if split into separate sentences or bullets, but it remains efficient and appropriately sized.

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 purpose, verification steps, and side effects, which is useful for a destructive tool. However, with seven required parameters, no output schema, and minimal parameter-level documentation, it leaves gaps about how the expected dimensions and model names are used and what happens on verification failure.

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

Parameters2/5

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

Schema description coverage is only 14%, and the description does little to compensate. It references 'requested datum-plane side' and rectangular dimensions, but it never maps the seven required parameters like expected_assembly, expected_skeleton, feature_name, or expected_length/width/height to their roles in the operation.

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 identifies a specific action ('Reverse one verified rectangular skeleton extrusion'), a target ('requested datum-plane side'), and the mechanism ('redefining its Pro/TOOLKIT feature element tree'). This clearly distinguishes it from sibling tools such as creo_reverse_project_sheetmetal_planar_wall_to_positive_z.

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 clearly implies when to use the tool: when a verified rectangular skeleton extrusion must be reversed to a requested side. It does not explicitly name exclusions or compare with alternative creation/resize tools, but the context is specific enough for an agent to select it appropriately.

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