Skip to main content
Glama
520-YM

codex-creo-mcp

by 520-YM

creo_display_safe_model

Idempotent

Loads a Creo part from the safe output directory into the active window, refits the view, and brings Creo to the foreground without saving or modifying model data.

Instructions

Load a Creo part from the safe output directory, display it in the active Creo window, refit the view, and bring Creo to the foreground. This changes only the current UI display and does not save or modify model data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
model_fileYesPart file name in the safe output directory.
expected_modelYesExpected model name without .prt.
Behavior4/5

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

The description adds meaningful behavioral context beyond the annotations: it explicitly states this changes only the UI display and does not save or modify model data, and it mentions the foregrounding behavior. This complements the idempotentHint=true and destructiveHint=false annotations without contradicting them.

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 two sentences with no redundancy. The primary action is front-loaded, followed by key behavioral constraints, and every clause 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 simple display action with only two parameters and no output schema, the description covers the core behavior, safety profile, and side effects. It does not detail failure cases or validation mismatches between model_file and expected_model, but these are not necessary for basic invocation.

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?

Both parameters are fully documented in the schema with 100% coverage. The description reinforces that model_file lives in the safe output directory but does not add significant new meaning beyond the schema descriptions.

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 uses a specific verb and resource: load a Creo part from the safe output directory, display it, refit the view, and bring Creo to the foreground. It clearly identifies the tool's scope and differentiates it from sibling creo_display_project_model by mentioning the safe output directory.

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 intended use case—displaying a model from the safe output directory—but does not explicitly state when to choose this tool over alternatives like creo_display_project_model or when not to use it. No explicit exclusions or alternative routing are provided.

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