Skip to main content
Glama
CaeliaEve

AutoCAD MCP Ultra

by CaeliaEve

Drawing: Critique (premium quality checks)

drawing_critique
Read-only

Run quality checks to catch drawing defects before finalization. Detects layer, dimension, overlap, corner, duplicate, and construction issues, returning zero issues for clean drawings.

Instructions

Run premium-quality checks. Returns zero issues for a clean drawing.

Standard production gate: must return [] before drawing_finalize.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
focusNoSubset of: iso128, layer_color, dim_overlap, untrimmed_corner, duplicate_entities, construction_left. None = run all.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already establish this tool is read-only and non-destructive. The description adds useful behavioral details beyond that: it returns '[ ]' for clean drawings and is a required check before finalization. This is meaningful operational context the annotations do not convey.

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 tightly written sentences. The first states the action and high-level result; the second gives the critical gate requirement. No filler or repetition.

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?

Given the safe read-only annotations, a fully documented single parameter, and an output schema, the description covers what an agent needs to call it correctly. It could be slightly stronger by naming sibling alternatives explicitly, but nothing essential is missing.

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?

The input schema already fully documents the single 'focus' parameter, including accepted values and the default behavior. The description adds no extra parameter detail, so the baseline 3 applies.

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?

States a clear verb-resource pair ('Run premium-quality checks') and defines the expected result for a clean drawing. It does not explicitly distinguish itself from siblings like drawing_audit or validation_check, but the 'premium-quality' and production-gate framing gives enough identity.

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?

Provides a concrete usage rule: it is the standard production gate and must return [] before drawing_finalize. It does not enumerate alternatives or say when not to use it, but the gate statement gives actionable 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/CaeliaEve/autocad-mcp-ultra'

If you have feedback or need assistance with the MCP directory API, please join our Discord server