Skip to main content
Glama

catia_pad

Extrude closed sketch profiles into solid or thin-walled parts. Control length, symmetry, second limits, or stop at a plane, surface, or next geometry.

Instructions

Extrude a closed sketch profile into solid material. Supports a fixed length, symmetric extrusion about the sketch plane, a second limit in the opposite direction, up-to-next / up-to-last, stopping at a named plane or surface, and thin-walled pads.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoName for the resulting feature.
lengthNoExtrusion length in mm (ignored for up_to_* modes).
sketchNoProfile sketch name. Defaults to the most recent sketch.
reverseNoExtrude towards the other side of the sketch plane.
symmetricNoExtrude the same distance either side of the sketch plane.
thicknessNoWall thickness in mm to make this a thin pad instead of solid.
limit_modeNoHow the extrusion ends: dimension | up_to_next | up_to_last | up_to_plane | up_to_surface.dimension
second_lengthNoLength of a second limit on the other side of the sketch, mm.
limiting_elementNoReference token of the plane or surface to stop at, for up_to_plane and up_to_surface.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.1

TDQS

B3.4/5.0
Behavior3/5

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

Annotations include readOnlyHint=false, indicating a mutation, but the description doesn't detail the operation's side effects (e.g., modifies the part's geometry, creates a feature). It adds some context by listing the supported limit modes and thin-wall capabilities, which goes beyond basic mutation, but doesn't disclose prerequisites like requiring an active sketch or potential errors. No contradiction with 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 description is a single, well-structured sentence that front-loads the core purpose and then enumerates the key options. It is concise with no filler, but could be more structured with bullet points for readability. Still, it earns a 4 for efficiency.

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

Completeness3/5

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

With 9 parameters, no output schema, and no explicit error-handling info in the description, the definition is moderately complete. It covers the main functional modes but doesn't mention potential failure cases (e.g., invalid sketch) or what a successful call returns. The schema covers parameters well, but the absence of output schema and edge-case guidance leaves 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?

Schema description coverage is 100%, so each parameter has a description in the schema. The tool description adds value by explaining 'up-to-next/up-to-last' and 'thin-walled pads' at a high level, but doesn't elaborate on parameter interactions (e.g., how second_length relates to symmetric). Given the high schema coverage, the baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool extrudes a closed sketch profile into solid material, using the specific verb 'Extrude' and resource 'sketch profile'. It effectively distinguishes from siblings like catia_sketch_spline by being about creating a solid feature. However, it doesn't explicitly contrast with the sibling catia_pocket (which removes material), though the purpose is clear enough.

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 usage for creating solid extrusions from sketches but doesn't explicitly state when to choose this over alternatives like catia_pocket (which removes material) or catia_shaft (revolve). It provides no exclusions or explicit 'when not to use' guidance, leaving the agent to infer based on the verb and context.

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