Skip to main content
Glama

catia_measure_angle

Read-only

Measure the angle between two planar faces, two lines, or a line and a plane. Supply reference tokens for two elements to get the angle.

Instructions

Measure the angle between two elements - two planar faces, two lines, or a line and a plane.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
firstYesFirst element reference token.
secondYesSecond element reference token.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.1

TDQS

A4.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds no further behavioral context (e.g., return format, side effects, or prerequisites). It does not contradict annotations, but adds little beyond 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 a single sentence that front-loads the action ('Measure the angle') and immediately provides the specific element types. Every word earns its place, with no filler.

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 simple read-only measurement tool with two parameters and no output schema, the description covers purpose and element types. It does not explicitly state the return value (e.g., angle in degrees), but that is implied by the action. Annotations cover safety, so the definition is nearly complete.

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 100% with generic 'element reference token' descriptions. The tool description adds meaningful semantics by specifying that the elements can be planar faces, lines, or a line and a plane, clarifying the acceptable input types beyond the schema.

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 states a specific verb (measure) and resource (angle between two elements), and explicitly enumerates the supported element pairs (faces, lines, line-plane). This clearly distinguishes it from sibling tools like catia_measure_distance and catia_measure.

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

Usage Guidelines4/5

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

It specifies the exact element combinations that are valid (two faces, two lines, or line-plane), giving the agent a clear usage context. However, it does not explicitly mention alternatives or when not to use this tool, so it stops short of a 5.

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