Skip to main content
Glama
520-YM

codex-creo-mcp

by 520-YM

creo_create_project_standard_skeleton

Destructive

Creates a standard skeleton in the expected assembly from a millimeter template, verifies with ProMdlIsSkeleton and assembly readback, then saves both models and recycles older versions.

Instructions

Create a standard skeleton model in the current expected project assembly from the millimeter part template, verify it with ProMdlIsSkeleton and assembly readback, save both models, and recycle older versions of only those two model families.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skeleton_nameYes
expected_assemblyYes
Behavior5/5

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

Although annotations include destructiveHint=true and readOnlyHint=false, the description adds substantial behavioral detail beyond them: verification via ProMdlIsSkeleton and assembly readback, saving both models, and recycling older versions of only those two model families. This clearly conveys the scope and side effects of the operation.

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 dense sentence that front-loads the primary creation action followed by the verification, save, and cleanup behaviors. Every clause adds useful information and there is no redundant or filler content, though the sentence is somewhat long.

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 destructive creation tool with no output schema, the description covers the main workflow: creation, verification, saving, and cleanup of prior versions. Minor gaps remain, such as prerequisites (whether the expected assembly must already be open) and behavior on verification failure, but the description is still notably complete.

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 0%, so the description must compensate. It references expected_assembly as the 'current expected project assembly' and skeleton_name implicitly as the new 'standard skeleton model,' but it does not explicitly define the parameters as model names, explain their relationship, or clarify what 'current' means relative to the expected_assembly parameter.

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-resource pair: 'Create a standard skeleton model' in a particular assembly, and distinguishes it from sibling skeleton tools by specifying 'standard' and 'from the millimeter part template.' It further details verification, saving, and recycling, making the tool's function unambiguous.

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 when to use the tool: when a standard skeleton model must be created in the current expected project assembly. However, it never explicitly contrasts this with sibling tools like creo_create_project_skeleton_box or skeleton_surface tools, and gives no direct when-not-to-use 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