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

Drawing: Critique (premium quality checks)

drawing_critique
Read-only

Runs premium-quality checks on AutoCAD drawings to detect drafting errors and standard violations. Returns zero issues when drawing is clean, serving as a gate before finalization.

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 mark readOnlyHint=true and destructiveHint=false. The description adds that the tool returns an empty list for clean drawings, which clarifies the output behavior. No additional behavioral details are needed.

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 two concise sentences with no redundant information. It front-loads the core purpose and immediately adds the critical usage context.

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 tool's simplicity (1 optional param, output schema present, annotations), the description is mostly complete. It could explicitly clarify the difference from similar checks like drawing_audit, but it's sufficient for agent understanding.

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 schema covers the single parameter 'focus' with 100% documentation, including possible values and default. The description does not add any parameter information beyond what the schema provides, so baseline 3 is appropriate.

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 clearly states the tool runs premium-quality checks on a drawing and returns zero issues for a clean drawing. It references drawing_finalize as a gate, but does not explicitly differentiate from sibling tools like drawing_audit or validation_check.

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 provides a usage hint: 'must return [] before drawing_finalize', indicating it's a pre-finalization gate. However, it does not mention when not to use it or compare with alternative validation tools.

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