Skip to main content
Glama
520-YM

codex-creo-mcp

by 520-YM

creo_create_project_general_sketch

Destructive

Create a sketched datum-curve feature in the current Creo part by placing 1-32 lines, circles, or arcs on a named datum plane with orientation. Verify all entities, regenerate, and save the model.

Instructions

Create one independent sketched datum-curve feature in the current expected Creo project part. The sketch may contain 1-32 lines, circles, and arcs on a named datum plane with an explicit orientation plane. The tool rejects duplicate feature names and invalid or degenerate geometry, verifies every created section entity, regenerates the part, requires the solid volume to remain unchanged, saves the model, and moves older versions of only that model family to the Windows Recycle Bin. A failure before save deletes the partially created sketch.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entitiesYes
view_sideNoSketch-plane viewing side.
feature_nameYesNew unique sketch feature name.
sketch_planeYesNamed datum plane that carries the sketch, for example FRONT.
expected_modelYesCurrent Creo part name without .prt.
orientation_planeYesA different named datum plane used to orient the sketch, for example TOP.
orientation_directionNoDirection of the orientation-plane reference in sketch coordinates.up
Behavior5/5

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

Annotations only mark destructiveHint=true, but the description substantially extends that by disclosing duplicate-name rejection, degenerate-geometry rejection, per-entity verification, regeneration, volume-unchanged validation, save behavior, older-version Recycle Bin handling, and partial-sketch deletion on failure. This fully informs the agent of side effects and failure semantics.

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 front-loaded with the verb and resource, and every sentence contributes material behavioral or input information. The first sentence is long and dense, but it is still economical rather than rambling.

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 7-parameter mutation tool with no output schema, the description covers expected model, plane requirements, geometry limits, validation, regeneration, save, recycle-bin cleanup, and rollback behavior. It does not describe return payloads or the coordinate semantics of entity properties, but the schema property names and ranges provide reasonable coverage there.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 86% and several parameters already have inline descriptions, so baseline is 3. The description adds useful meaning by linking expected_model to the 'current expected Creo project part,' clarifying sketch_plane and orientation_plane as named datum planes, and defining entities as 1-32 lines/circles/arcs with duplicate-name rejection.

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?

States a specific verb ('Create') and a precise resource ('one independent sketched datum-curve feature'), and bounds the geometry to '1-32 lines, circles, and arcs on a named datum plane with an explicit orientation plane.' This makes it easy to distinguish from the many copy-style sibling tools even though no sibling is named explicitly.

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 gives strong operational context—current expected model, plane requirements, validation, and save behavior—so an agent can infer this is the direct sketch-creation tool. However, it never states when to prefer this over the numerous create_safe_* or create_project_* alternatives, nor does it provide exclusions.

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