Skip to main content
Glama
U-C4N
by U-C4N

Point: Intersection (deterministic)

point_intersection
Read-only

Compute the intersection point of two lines, line-circle, or circles in AutoCAD, with optional reference coordinates to select the nearest candidate when multiple intersections exist.

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?

Adds value beyond readOnlyHint by describing the handling of multiple candidates via ref_x/ref_y and the return format {x, y}. However, missing mention of behavior when no intersection exists.

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 concise sentences plus a note on return, front-loaded with key functionality, no redundancy.

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?

Covers main functionality and return, but lacks details on edge cases like parallel or non-intersecting entities. Output schema likely fills some gaps.

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 description coverage is 100%, and the description reinforces the purpose of ref_x/ref_y as selecting nearest candidate. Adds context by linking parameters to entity types.

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?

Description clearly states verb 'compute' and resource 'intersection', specifies supported entity types (LINE-LINE, LINE-CIRCLE, CIRCLE-CIRCLE), and distinguishes from sibling tools 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?

Implicitly indicates use for geometric intersections, but lacks explicit guidance on when to use versus alternatives such as point_from_snap for snapping to intersections.

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/U-C4N/Autocad-MCP'

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