Skip to main content
Glama
520-YM

codex-creo-mcp

by 520-YM

creo_create_safe_parameter_copy

Creates a new copy of the active Creo part with a specified parameter changed, regenerating only the copy. Never overwrites existing files or alters the source model.

Instructions

把当前 Creo 零件复制为新文件,只在副本中写入允许的参数并重生成;绝不覆盖已有文件,也不保存源模型。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
copy_nameYes新副本名(不含 .prt),仅允许字母、数字、下划线和短横线。
new_valueYes
parameterYes
expected_modelYes当前模型名(不含 .prt),用于防止操作错模型。
Behavior5/5

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

Even with annotations present, the description adds substantial behavioral detail: only the copy is written, the copy is regenerated, existing files are never overwritten, and the source model is not saved. These are meaningful safety guarantees beyond the boolean hints and are exactly what an agent needs to trust invoking a copying tool.

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?

One tightly packed sentence front-loads the core operation and then states key safety constraints. Every clause contributes information, and there is no filler or repetition of schema details.

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 mutation-style tool with no output schema, the description covers the operation, regeneration behavior, and safety limits well. It does not state success/error behavior or what happens if copy_name already exists, but 'never overwrite' implies a guarded failure path. Minor gap, not critical.

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 50%, with new_value having no description beyond maxLength and parameter restricted by enum. The description does not compensate by explaining the meaning of new_value, how values are formatted, or the relationship between parameter and new_value. It only vaguely refers to 'allowed parameters,' which already appears in the enum.

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 verb and resource: copy the current Creo part into a new file, write only allowed parameters, and regenerate. It also clearly distinguishes its safety behavior from plain copy tools by stating it never overwrites existing files and never saves the source model. This is enough to differentiate it from the many sibling '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 Guidelines3/5

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

The description implies the tool is for creating parameter-modified safer copies of the current part, but it does not explicitly state when to prefer this over the closely related sibling creo_create_safe_multi_parameter_copy or other safe-copy variants. There is clear operational context, but 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