Skip to main content
Glama
CaeliaEve

AutoCAD MCP Ultra

by CaeliaEve

Point: Tangent from external point

point_tangent
Read-only

Compute the tangent point on a circle from an external point, returning {x, y} coordinates. Provide a reference point to select the nearest tangent when two exist.

Instructions

Compute the tangent point on a circle from an external point. Returns {x, y}. Raises if the from-point is inside the circle.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ref_xNoReference X to pick nearest tangent point when two exist
ref_yNoReference Y
from_xYesX of the external point
from_yYesY of the external point
circle_handleYesHandle of the CIRCLE entity

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already provide readOnlyHint=true, and the description adds two behavioral details: the return value is an {x, y} point and the tool raises an error when the input point is inside the circle. These go beyond the annotation and aid correct invocation, though it does not mention the two-tangent ambiguity explicitly.

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?

Two sentences with no filler. The main action, result shape, and failure condition are front-loaded in a compact and easily parseable form.

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

Completeness5/5

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

With a complete input schema, output schema, read-only annotation, and clear error behavior described, the definition provides enough information for an agent to select and invoke the tool correctly. Nothing important is missing.

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 schema already documents all five parameters clearly. The description's mention of 'external point' and 'circle' maps to from_x/from_y and circle_handle, but it adds no additional parameter-level meaning 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 uses a specific verb and resource: 'Compute the tangent point on a circle from an external point.' It clearly distinguishes itself from sibling point tools like point_intersection or point_from_snap by naming the exact geometric operation and the result shape.

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?

The description establishes the applicable case: an external point outside a circle from which a tangent is needed. It also warns when the tool is not usable ('Raises if the from-point is inside'), giving clear context. It does not explicitly name alternative sibling tools, but the use case is clear enough.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CaeliaEve/autocad-mcp-ultra'

If you have feedback or need assistance with the MCP directory API, please join our Discord server