Skip to main content
Glama
CaeliaEve

AutoCAD MCP Ultra

by CaeliaEve

Create Polyline

entity_create_polyline

Draw a 2D polyline by specifying coordinate pairs; set closed, color, or layer to control the resulting CAD entity.

Instructions

Create a lightweight 2D polyline through the given points.

Example: points=[[0,0],[100,0],[100,100],[0,100]], closed=true → rectangle

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
colorNoACI color code
layerNoLayer name
closedNoWhether to close the polyline
pointsYesList of [x, y] coordinate pairs

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The description adds the 'lightweight 2D' qualifier and a concrete closed-rectangle example, giving some context beyond the readOnlyHint=false annotation. However, it does not disclose behavior around null color/layer defaults, coordinate system assumptions, or minimum point requirements, which would be useful for a create operation.

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 extremely concise: one defining sentence plus an illustrative example. Every part earns its place, and the key information is front-loaded.

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?

For a simple tool with full schema coverage and an output schema, the description is largely sufficient for an agent to invoke it correctly. The main gap is the lack of explicit routing guidance and default-value behavior, but the core invocation is clearly conveyed.

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 parameters are already fully documented in the schema. The example clarifies the points format and shows how 'closed=true' affects the result, but it essentially restates schema information rather than adding new semantic meaning.

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?

States a specific verb and resource: 'Create a lightweight 2D polyline through the given points.' This clearly identifies the tool's function and differentiates it from siblings like entity_create_line or entity_create_rectangle by using the distinctive polyline concept. The example further reinforces the intended behavior.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given on when to prefer this tool over alternatives such as entity_create_line, entity_create_rectangle, or entity_create_spline. The example implies a use case but does not state when a polyline is appropriate or when another entity creation tool should be chosen instead.

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