Skip to main content
Glama
CaeliaEve

AutoCAD MCP Ultra

by CaeliaEve

Create Table

entity_create_table

Create a table in AutoCAD at the specified coordinates from row data, with optional title, headers, column widths, layer, and text height. Supports native COM tables and ezdxf composite tables.

Instructions

Create a native COM table or an explicitly-labelled ezdxf composite table.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYesTop-left X coordinate
yYesTop-left Y coordinate
rowsYesData rows; every row must have the same length
layerNoTarget layerTEXT
titleNoOptional title row
headersNoOptional column header row
row_heightNo
text_heightNo
column_widthsNoOptional explicit widths per column

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The annotation readOnlyHint=false already signals mutation, so the description is not required to restate that. It adds minor behavioral context by revealing the two possible table representations (COM vs ezdxf composite), but it does not explain what 'explicitly-labelled' means or how the choice is made, and it says nothing about side effects or coordinate behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with no filler and gets straight to the point. However, the phrase 'explicitly-labelled ezdxf composite table' is dense and may require unpacking, so it is not perfectly clear despite being concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

While the schema covers parameter details and an output schema exists, the description fails to clarify the operational distinction between the two table types or when each is produced. For a 9-parameter creation tool, this missing behavioral context is a notable gap that an agent would need to resolve to use the tool fully correctly.

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 78% and every parameter has its own description, so the schema carries the parameter-level burden. The tool description adds no parameter-specific meaning beyond the schema, which is acceptable given the high coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear action ('Create') and a specific resource ('table'), distinguishing it from the many entity_create_* siblings like line, circle, and text. The clause about native COM vs ezdxf composite table adds specificity, though the jargon may be opaque to agents unfamiliar with the CAD library.

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?

There is no guidance on when to use this tool versus other entity creation tools, nor any mention of prerequisites or conditions determining whether to create a COM table versus an ezdxf composite table. The description leaves usage entirely to inference.

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