Skip to main content
Glama
CaeliaEve

AutoCAD MCP Ultra

by CaeliaEve

Create Ellipse

entity_create_ellipse

Draw an ellipse in AutoCAD by defining its center, major axis vector, and minor-to-major axis ratio, with optional color and layer.

Instructions

Create an ellipse. major_x/major_y define the major axis vector from the center.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cxYesCenter X
cyYesCenter Y
colorNoACI color code
layerNoLayer name
ratioNoMinor-to-major axis ratio (0 < ratio ≤ 1)
major_xYesMajor axis endpoint X (relative to center)
major_yYesMajor axis endpoint Y (relative to center)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The annotations already indicate a write operation via readOnlyHint=false, so repeating that is unnecessary. The description adds the geometric interpretation of the major axis vector, which is useful, but it does not disclose defaults, drawing-state requirements, or side effects beyond what the annotations already signal.

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 short sentences with the core action front-loaded and no filler. Every word serves a purpose: identifying the entity type and clarifying the key geometric parameter.

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?

The schema covers all parameters and an output schema exists, so return-value documentation is unnecessary. The description provides the essential geometric concept for correct invocation. Minor gaps such as the meaning of a null ratio default or drawing-state prerequisites are not critical for this simple creation tool.

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 coverage is 100%, so the baseline is 3. The description adds the 'vector from the center' framing for major_x/major_y, but the schema already describes them as 'relative to center.' It adds no extra meaning for ratio, color, or layer, though those are already documented in 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 clearly states the operation: 'Create an ellipse.' It also adds a meaningful geometric detail about major_x/major_y defining the major axis vector from the center, which distinguishes this from sibling entity creation tools like entity_create_circle or entity_create_line.

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 description implies usage when an ellipse is needed, but it does not explicitly state when to use this tool versus alternatives, nor does it mention when not to use it. An agent must infer selection primarily from the tool name and resource type.

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