Skip to main content
Glama
520-YM

codex-creo-mcp

by 520-YM

creo_create_project_assembly

Destructive

Create a new Creo assembly from template, add an existing part with default placement, verify constraints, save the assembly, and recycle old versions.

Instructions

Create a new millimeter Creo assembly inside the live working directory already selected in the current Creo session from the installed assembly template, add one existing project part with default placement, verify the active component and default-placement constraint, save and display the assembly, then recycle older versions of that assembly family.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assembly_nameYesNew Creo assembly name without .asm.
expected_componentYesExpected internal Creo component model name.
component_model_fileYesExisting .prt or .prt.<version> file directly inside the current Creo working directory.
Behavior4/5

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

Annotations already declare destructiveHint=true, so the destructive nature is established, and the description adds meaningful behavioral context by specifying version recycling, default placement, verification, and save/display. No contradiction with annotations is present.

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 information-dense sentence with no filler, but the long chain of clauses makes it slightly harder to parse than necessary. All listed steps contribute value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a complex, destructive workflow with no output schema, the description covers the environment, template source, attachment behavior, verification, save/display, and version cleanup. It remains slightly vague about what 'recycle older versions' entails, but the overall process is adequately specified.

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 100%, so the schema documents all three parameters thoroughly. The description adds no parameter-level meaning beyond mentioning 'one existing project part', which only loosely maps to component_model_file; baseline 3 applies.

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?

States a specific, multi-step operation: creating a millimeter Creo assembly in the current working directory from the installed template, adding one existing part with default placement, verifying it, saving/displaying, and recycling old versions. This is specific enough to distinguish from siblings such as creo_create_project_empty_assembly and creo_add_project_component_fixed.

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?

Provides clear context: the live working directory already selected in the current Creo session, the installed assembly template, and one existing project part. It does not explicitly name alternatives or say when not to use the tool, so it falls short of the 5 bar.

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