Skip to main content
Glama
520-YM

codex-creo-mcp

by 520-YM

creo_create_project_sheetmetal_flat_wall

Destructive

Creates a 90-degree flat wall on a verified straight edge of a Creo sheet-metal part, calculating bend radius, validating the edge, and cleaning up old model versions.

Instructions

Create one attached flat wall on one verified straight boundary edge of the current expected native Creo sheet-metal project part. The tool calculates the inside bend radius as sheet thickness x 0.5, creates a 90-degree wall using the requested height, verifies the attachment edge ID and length, wall type, active feature, radius rule, regeneration, solid-volume increase and saved file, then moves older versions of only that model family to the Windows Recycle Bin. Any failure before save deletes the partial feature.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
angleNo
edge_idYes
wall_heightYes
feature_nameYes
expected_modelYes
expected_edge_lengthYes
Behavior5/5

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

Goes far beyond the annotations (readOnlyHint=false, destructiveHint=true) by disclosing the bend-radius rule (thickness x 0.5), the full verification checklist (edge ID/length, wall type, active feature, radius rule, regeneration, volume increase, saved file), the side effect of moving older model-family versions to the Windows Recycle Bin, and failure cleanup. No statement contradicts the annotations.

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 core purpose is front-loaded in the opening phrase, followed by a dense run of verification and side-effect disclosures. The long second sentence packs many clauses and could be split for easier scanning, but every sentence earns its place and nothing is wasted.

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 6-parameter tool with no output schema, the description covers the operation flow, verification criteria, pre-save failure cleanup, and post-save version handling. It stops short of stating the return value or success signal, and what happens when a verification fails after save is left implicit.

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?

With 0% schema description coverage, the description carries the burden and does map to several parameters: wall_height ('requested height'), edge_id/expected_edge_length ('verifies the attachment edge ID and length'), and expected_model ('current expected... project part'). It never mentions feature_name, and the claim of a fixed '90-degree wall' conflicts with the configurable angle parameter (1–179, default 90).

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?

Opens with a specific verb + resource: 'Create one attached flat wall on one verified straight boundary edge of the current expected native Creo sheet-metal project part.' The qualifiers 'one', 'attached', 'flat', and 'boundary edge' distinguish it from siblings like creo_create_project_sheetmetal_flat_walls_batch and the planar-wall 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?

Usage context is implied through 'current expected native Creo sheet-metal project part' and 'one attached flat wall,' signaling a single-wall operation on the active model. However, no alternative tool is named and no when-not-to-use condition or exclusion is given — the agent must infer that the batch sibling or planar-wall tools are the alternatives.

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