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

List Entities

entity_list
Read-only

Retrieve entities from an AutoCAD drawing with filters for type and layer. Returns handles and properties to enable entity manipulation.

Instructions

List entities in the drawing with optional type and layer filters.

Returns handle, type, layer, color, and type-specific properties. Use handles with entity_get, entity_move, entity_delete, etc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum entities to return
offsetNoNumber of entities to skip
type_filterNoFilter by entity type: LINE, CIRCLE, ARC, LWPOLYLINE, TEXT, MTEXT, INSERT, HATCH, etc.
layer_filterNoFilter by layer name

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already provide readOnlyHint=true, so the description correctly adds return field details and filter behavior without contradicting. It doesn't mention any destructive side effects (none exist). The description adds value by listing return properties and filter availability.

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 sentences: first states purpose and filters, second states return fields and follow-up usage. Every sentence adds value, no unnecessary words. Perfectly front-loaded.

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?

Given the tool is a simple list with readOnlyHint, output schema exists, and parameters are well-documented in schema, the description covers the remaining contextual needs: what fields are returned and how to use the output with other tools. No gaps.

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 100%, so the baseline is 3. The description mentions 'optional type and layer filters' which aligns with type_filter and layer_filter but adds no new meaning beyond the schema. No extra parameter guidance is given.

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 it lists entities with optional type and layer filters, and specifies the fields returned. It distinguishes from sibling tools like entity_get by noting that handles from list are used with those tools.

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 explicitly tells agents to use the returned handles with entity_get, entity_move, entity_delete, etc. It implies that for listing, this tool is appropriate, and for single entity operations, use those other tools. No explicit when-not-to-use, but clear context.

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