Skip to main content
Glama

catia_pocket

Remove material from a solid model by extruding a closed sketch profile, with control over depth, direction, symmetry, and stopping at planes or surfaces.

Instructions

Cut material by extruding a closed sketch profile into the solid. Same limit options as catia_pad, including through-all via up_to_last.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoName for the resulting feature.
depthNoCut depth in mm.
sketchNoProfile sketch name.
reverseNoCut towards the other side.
symmetricNoCut both sides of the sketch plane.
limit_modeNodimension | up_to_next | up_to_last (through all) | up_to_plane | up_to_surface.dimension
limiting_elementNoReference token of the plane or surface to stop at.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.1

TDQS

B3.2/5.0
Behavior2/5

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

Annotations provide no hints (readOnlyHint=false, destructiveHint=false), so the description must disclose behavioral traits. It mentions 'Cut material' which implies modification but does not explicitly warn about destructive side effects or state any requirements (e.g., the sketch must be closed, or that the operation modifies the active body). It also defers to catia_pad for limit options without explaining their behavior directly.

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 concise, two sentences, and front-loaded with the primary action ('Cut material'). It avoids unnecessary detail and directly states the key behavioral similarity to catia_pad. There is no fluff or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (7 parameters), no output schema, and neutral annotations, the description is incomplete. It does not mention prerequisites such as having a closed sketch, how depth interacts with limit modes, or potential failure conditions. It also does not explain the resulting feature or how it fits into the model tree. The reference to catia_pad helps but leaves many gaps.

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?

The input schema provides descriptions for all 7 parameters (100% coverage), so the description adds little beyond what the schema already states. The reference to 'same limit options as catia_pad' provides supplementary context that could help an agent reuse knowledge from a sibling tool, but it does not elaborate on parameter semantics itself. A score of 3 reflects the baseline for high schema coverage with minimal additional description value.

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 clearly states the action ('Cut material') and the mechanism ('by extruding a closed sketch profile into the solid'), which distinguishes it from additive operations like catia_pad. The explicit reference to 'same limit options as catia_pad' further clarifies its behavior and relationship to a sibling tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description lacks explicit guidance on when to use this tool versus alternatives such as catia_hole, catia_groove, or catia_remove_face. It only implies it is for cutting material, but does not mention prerequisites (e.g., an existing sketch) or conditions when other tools would be more appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools