Skip to main content
Glama

measure_angle

Calculate the angle between two specified lines to check alignment, verify geometry, or validate design constraints in CAD drawings.

Instructions

Measure angle between two lines.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
line_aYes
line_bYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.8/5.0
Behavior2/5

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

With no annotations, the description carries the full burden. It doesn't state whether the tool requires valid geometric lines, whether it operates on coordinates or entity references, or what units the angle is returned in. Only the core action is disclosed.

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, front-loaded sentence with no wasted words. It is appropriately sized for a simple two-parameter tool.

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?

For a measurement tool with no annotations, no output schema, and zero parameter documentation, the description is too sparse. An agent needs to know the expected input format and return behavior to use it correctly.

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

Parameters2/5

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

Schema coverage is 0%, and the description provides no information about what 'line_a' and 'line_b' should contain (e.g., entity IDs, coordinate pairs, or line references). This leaves both required parameters semantically opaque.

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?

Clear verb ('Measure') and resource ('angle between two lines'), so the purpose is unambiguous. It is distinguishable from the many 'measure_*' siblings by naming 'angle', though the type of lines (geometric entities vs. vector coordinates) is not specified.

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?

No guidance on when this tool should be used versus alternatives like add_angular_dimension or measure_distance. The agent is left to infer the context entirely.

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