Skip to main content
Glama

catia_tritangent_fillet

Creates a tritangent fillet by replacing one face with a round tangent to two supporting faces. Specify the first and second faces plus the face to remove.

Instructions

Replace a face with a fillet tangent to three faces - CATIA's Tritangent Fillet. The removed face is the one that disappears into the round.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoName for the resulting feature.
first_faceYesFirst supporting face token.
second_faceYesSecond supporting face token.
face_to_removeYesFace token to be removed.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.1

TDQS

A4/5.0
Behavior4/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=false, so the tool is known to modify geometry. The description adds valuable context by explicitly stating that the removed face 'disappears into the round', clarifying the effect of the face_to_remove parameter. This goes beyond the annotations 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 two sentences with no filler. The primary action is front-loaded, and the clarifying note about the removed face is concise. Every word contributes to understanding the tool's function.

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 specialized fillet operation, the description explains the core concept and the role of the removed face. With no output schema and all parameters documented, the description is sufficient for an agent to understand what the tool does. It could mention prerequisites (e.g., valid face configuration) but that is beyond typical scope.

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 the baseline is 3. The description provides a hint about the face_to_remove parameter ('the one that disappears into the round'), which adds a small semantic clarification beyond the schema's 'Face token to be removed.' However, it does not elaborate on first_face and second_face, so the added value is marginal.

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 a specific verb ('Replace') and resource ('a face'), and specifies the operation as a tritangent fillet tangent to three faces. It also clarifies the role of the removed face, distinguishing it from sibling fillet tools like catia_fillet and catia_face_fillet. The purpose is unambiguous and not a tautology.

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 context (when a tritangent fillet is needed) but does not explicitly mention when to use this tool versus alternatives such as catia_face_fillet or catia_variable_fillet. It provides no exclusions or comparison, so an agent must infer the appropriate choice from the name and description alone.

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