Skip to main content
Glama
Crazay247

autocad-arch-mcp

by Crazay247

nbc_generate

Generate architectural drawings (plans, sections, details, schedules, site plans) at specified scales directly in AutoCAD using NBC standards.

Instructions

Generate any Hama-level drawing: plan 1:100, section 1:20, detail 1:5, schedule, site 1:200.

operation: drawing_type e.g., plan, section, detail, schedule, site, elevation, wall_detail data: {scale: "1:100"/"1:5"/"1:20", building: [WxH], grid_x, grid_y, walls, title, detail_type, kind, building, etc}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
operationYes
include_screenshotNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

C2.8/5.0
Behavior2/5

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

Annotations provide only a title, not read-only or destructive hints, so the description must carry behavioral disclosure. It does not state whether generating a drawing mutates state, creates persistent entities, requires authentication, or affects the document. The 'generate' wording suggests output production, but side effects are left ambiguous.

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

Conciseness3/5

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

The description is compact and front-loaded with the core purpose, and the operation/data lines are useful. But the trailing 'etc', duplicated 'building' entry, and loose format make it less precise than it could be.

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?

Given the tool has a free-form data object, no parameter enums, no parameter descriptions, and several seemingly related sibling tools, the description does not provide enough context to invoke it reliably. The include_screenshot parameter is missing entirely, and the payload examples are too underspecified to guarantee correct usage.

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 0%, so the description must compensate. It does add meaning by listing operation values and data keys like scale, building, grid_x, grid_y, and walls. However, types are not specified, the data object is essentially free-form, and the include_screenshot parameter is completely undocumented.

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 specific action ('Generate any Hama-level drawing') and enumerates drawing types with scales, so an agent understands the general purpose. However, it is vague about what distinguishes this tool from siblings like nbc_drawing and nbc_section, so it does not fully differentiate.

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 when-to-use or when-not-to-use guidance is provided. The phrase 'Generate any Hama-level drawing' implies this tool handles everything, but sibling tools such as nbc_drawing, nbc_section, and nbc_wall suggest overlapping or more specialized workflows. The description never explains which tool to choose for a given task.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Crazay247/autocad-mcp-server'

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