Skip to main content
Glama
CaeliaEve

AutoCAD MCP Ultra

by CaeliaEve

Fillet Two Entities

entity_fillet

Rounds a corner between two line entities by inserting a tangent arc with a specified radius, trimming sources to tangent points; set radius to 0 for a sharp corner merge.

Instructions

Round a corner with a tangent arc. Returns info on the new ARC entity (or the first source line for radius=0). V1 supports LINE+LINE only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
trimNoIf true, trim source entities to the tangent points (AutoCAD default)
radiusYesFillet radius (>= 0; 0 = sharp corner / corner-merge)
handle1YesFirst entity handle
handle2YesSecond entity handle

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already signal that this is not read-only and not flagged destructive. The description adds useful behavioral detail: it returns information about the newly created ARC entity, and for radius=0 it returns the first source line instead. It also discloses the LINE+LINE-only limitation, which helps set expectations before invocation.

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 compact and front-loaded. The core purpose appears in the first sentence, followed by return behavior and a critical version constraint. Every sentence carries useful information and there is no filler.

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, an output schema, annotations, and a description that states the supported entity types and return behavior, the tool definition gives an agent everything needed to invoke it correctly. No critical operational context is missing for the stated LINE+LINE scope.

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%, so the baseline is 3. The description adds meaning beyond the schema by explaining the return behavior for radius=0 and by indicating that handle1 and handle2 must both be lines. This gives the agent a better mental model of how the parameters relate to the operation.

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 opens with a specific verb and resource: 'Round a corner with a tangent arc.' It also distinguishes the tool from siblings like entity_chamfer by describing the geometry produced, and it clearly scopes the tool with 'V1 supports LINE+LINE only.'

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 makes the intended use clear: fillet two line entities with a tangent arc. It also gives a concrete when-not condition by stating LINE+LINE is the only supported input. It does not explicitly name alternatives such as entity_chamfer, but the use case is clear enough for an agent to select it appropriately.

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