Skip to main content
Glama
520-YM

codex-creo-mcp

by 520-YM

creo_resize_project_skeleton_box

Destructive

Resize a verified skeleton box's length and width, preserving height. Expected dimension symbols and assembly/skeleton names prevent wrong-geometry edits, then regenerates, validates, and saves.

Instructions

Change the length and width dimensions of one verified skeleton box feature while preserving its checked height. Dimension symbols and expected old values guard against editing the wrong geometry. The result is regenerated, checked by volume and envelope, saved and displayed, and older assembly/skeleton versions are recycled.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
new_widthYes
new_lengthYes
feature_nameYes
width_symbolNod2
height_symbolNod1
length_symbolNod3
expected_widthYes
expected_heightYes
expected_lengthYes
new_feature_nameNoOptional renamed feature. Omit to keep feature_name unchanged.
expected_assemblyYes
expected_skeletonYes
Behavior5/5

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

The description adds significant behavioral detail beyond the annotations: the result is regenerated, checked by volume and envelope, saved, displayed, and older assembly/skeleton versions are recycled. This complements destructiveHint=true and idempotentHint=false 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 compact and front-loaded with the core action and scope. Every sentence adds value: the first states the operation, the second explains safety guards, and the third covers side effects. No wasted words.

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 tool with no output schema, the description provides strong context about postconditions, verification, and version recycling. It does not detail error behavior when expected values mismatch or state the return value, but the operational flow is substantially covered.

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 8%, so the description must compensate, but it only broadly references length/width, expected old values, and dimension symbols. It does not explain expected_assembly, expected_skeleton, feature_name, or new_feature_name, leaving 12 parameters largely under-documented.

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: 'Change the length and width dimensions of one verified skeleton box feature'. It clearly distinguishes this resize operation from sibling creation and direction tools like creo_create_project_skeleton_box and creo_reverse_project_skeleton_box_direction.

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 usage context is clear: use when resizing length and width of a verified skeleton box feature while preserving its height. It does not explicitly name alternatives or say when not to use it, but the stated scope is specific enough to guide selection.

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