Skip to main content
Glama
CaeliaEve

AutoCAD MCP Ultra

by CaeliaEve

Point: Intersection (deterministic)

point_intersection
Read-only

Computes the intersection point of two geometry entities (line-line, line-circle, circle-circle) and optionally selects the nearest candidate using reference coordinates.

Instructions

Compute the intersection of two geometry entities (LINE-LINE, LINE-CIRCLE, CIRCLE-CIRCLE). When two candidates exist, ref_x/ref_y selects the nearest. Returns {x, y}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ref_xNoReference X to pick nearest candidate when multiple exist
ref_yNoReference Y
handle1YesFirst entity handle (LINE or CIRCLE)
handle2YesSecond entity handle (LINE or CIRCLE)

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, so safety is covered. The description adds meaningful behavioral context: deterministic candidate selection via ref_x/ref_y and the returned shape {x, y}. It does not specify what happens with parallel/disjoint entities, but the core behavior is transparent enough.

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?

Three compact sentences with no filler. The primary operation is front-loaded, supported types are listed, the tie-breaking rule is stated, and the return shape is clearly given.

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?

For a read-only geometric computation with a 100%-documented schema and a stated return shape, the description covers the essential selection and output behavior. No critical information needed to call the tool correctly 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%, and the schema already documents handle1/handle2 as LINE or CIRCLE and ref_x/ref_y as candidate selectors. The description reinforces the nearest-candidate behavior but does not add 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 ('Compute') and resource ('intersection of two geometry entities') with explicit supported combinations (LINE-LINE, LINE-CIRCLE, CIRCLE-CIRCLE). It clearly distinguishes this from geometric-point siblings like point_from_snap and point_tangent.

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 usage context is implied: call this when you need a geometric intersection of supported entity pairs. It explains the reference-point selection condition but does not explicitly name alternatives or state when not to use this tool.

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