Skip to main content
Glama
520-YM

codex-creo-mcp

by 520-YM

creo_repeat_project_component_insert_pair

Destructive

Clone an existing component's ALIGN and INSERT constraints, insert two instances at target X positions with new cylindrical surfaces, then verify, regenerate, and recycle old versions.

Instructions

Read one existing component instance in the current expected assembly, require its exact ALIGN plus INSERT surface-constraint method, then add two more instances using the same component references, datum sides, orientation, and assembly align surface while changing only the two cylindrical assembly surfaces. The tool verifies each new constraint and X position, regenerates and saves the assembly, and recycles older versions of only that assembly family.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
expected_assemblyYes
expected_componentYes
target_x_positionsYes
component_model_fileYesExisting component .prt or .prt.<version> file directly inside the current Creo working directory.
target_insert_surface_idsYes
source_component_feature_idYes
Behavior4/5

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

Beyond the destructiveHint/readOnlyHint annotations, the description discloses concrete side effects: verification of constraints and X positions, assembly regeneration and save, and recycling of older versions of the assembly family. It does not fully define what 'recycles' entails or failure behavior, but the core destructive behavior is clearly exposed.

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?

Three dense sentences with no filler; each clause contributes operational detail. The first word 'Read' slightly undersells the destructive write nature of the tool, but overall the structure is efficient and front-loaded for a complex six-parameter operation.

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 but omits return-value behavior, failure conditions, and exact prerequisites for what constitutes the 'current expected assembly'. With no output schema and a destructive mutation, an agent would still have meaningful uncertainty about how to invoke it correctly in edge cases.

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 only 17%, so the description must compensate. It adds meaning by identifying target_insert_surface_ids as the two cylindrical assembly surfaces and target_x_positions as X positions, and by referring to expected_assembly and component references. However, expected_component and source_component_feature_id are not clearly distinguished, so the parameter mapping remains incomplete.

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 precise operation: read one existing ALIGN+INSERT-constrained component instance and add two more while changing only specified cylindrical surfaces and X positions. This clearly distinguishes it from generic component-add siblings like creo_add_project_component_align_insert_three.

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 description implies when to use it—when repeating an existing component instance in an expected assembly with a specific constraint method—but does not explicitly name alternatives or state when not to use it. The trigger context is present but differentiation is left to inference.

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