Skip to main content
Glama
520-YM

codex-creo-mcp

by 520-YM

creo_export_step

Export a Creo part file from the safe output directory as a new STEP file, preventing overwrites by rejecting existing output names.

Instructions

从安全输出目录中的 Creo 零件副本导出新的 STEP 文件;拒绝覆盖同名输出。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
model_fileYes安全输出目录中的零件文件名,例如 toolkit_codex_safe.prt.2。
output_nameYesSTEP 文件基础名,不含扩展名。
Behavior4/5

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

Annotations already indicate this is not read-only, not idempotent, and not destructive, but the description adds valuable behavior beyond that: it explicitly states that same-name outputs are refused/not overwritten. This helps an agent predict failure behavior.

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?

The description is a single efficient sentence that front-loads the core action and source location, then adds the important overwrite restriction. Every part of the sentence earns its place.

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 two-parameter export tool, the description covers the key operational constraints: source location, what is produced, and the refusal to overwrite. It does not explain the return value or output destination explicitly, but this is a minor gap given the straightforward operation and rich schema.

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 already documents both parameters and their formats. The description reinforces the source location for model_file and the no-extension nature of output_name, but does not add substantive semantic information beyond the schema.

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 clear, specific operation: exporting a new STEP file from a Creo part copy in the safe output directory. It also adds a distinguishing behavioral constraint, refusing to overwrite same-name output, which makes it easy to separate from the many sibling Creo 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 gives clear context about the expected input location ('safe output directory' part copy) and the overwrite restriction, so an agent knows when to use it. It does not explicitly name alternatives or exclusions, but no sibling tool appears to be a direct STEP-export alternative.

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