Skip to main content
Glama
520-YM

codex-creo-mcp

by 520-YM

creo_link_project_sheetmetal_wall_to_skeleton

DestructiveIdempotent

Creates assembly relations that drive a sheet-metal wall's sketch dimensions from skeleton dimensions, verifies associative updates, then saves all models.

Instructions

In a verified top-level Creo assembly context with its sheet-metal component active, create two assembly relations that drive the planar-wall sketch length and width from the standard skeleton dimensions. The tool preserves existing assembly relations, rejects conflicting targets, temporarily changes and restores the skeleton dimensions to prove that both the sheet dimensions and solid envelope update associatively, saves all three models only after verification, leaves the sheet-metal part active, and recycles older versions of only those model families.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
thicknessYes
expected_widthYes
expected_lengthYes
expected_assemblyYes
expected_skeletonYes
expected_sheetmetalYes
skeleton_feature_nameYes
skeleton_width_symbolYes
skeleton_length_symbolYes
sheetmetal_width_symbolYes
sheetmetal_length_symbolYes
sheetmetal_profile_feature_idYes
sheetmetal_component_feature_idYes
sheetmetal_profile_feature_nameYes
Behavior5/5

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

The description goes well beyond the annotations by disclosing that existing assembly relations are preserved, conflicting targets are rejected, skeleton dimensions are temporarily modified and restored for verification, models are saved only after verification, the sheet-metal part remains active, and older versions are recycled. This richly characterizes the mutation behavior consistent with destructiveHint=true and idempotentHint=true.

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 dense but front-loaded with the core action and prerequisite context. It packs many behavioral details into one long sentence without obvious fluff, though it could be more readable if broken into shorter sentences.

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 thoroughly covers preconditions, side effects, verification, saving, and version cleanup. However, it does not explain the return/output behavior, and with no output schema and 14 undocumented parameters, an agent still lacks some information needed to confidently invoke the tool.

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 0%, so the description carries the burden of explaining parameters. It conceptually mentions length/width symbols, skeleton dimensions, and expected dimensions, but does not explain the specific meanings of feature IDs, expected model names, thickness, or the exact symbol mapping. With 14 required parameters, this leaves many parameters opaque for an agent.

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 names a precise action: creating two assembly relations that drive the planar-wall sketch length and width from skeleton dimensions. It also specifies the required context (verified top-level assembly, sheet-metal component active), making the tool clearly distinguishable from the many sibling modeling and safe-copy tools.

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 states the required context: a verified top-level assembly with the sheet-metal component active. It does not explicitly name alternatives or when-not-to-use conditions, but the prerequisite and specific scope provide strong usage guidance.

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