Skip to main content
Glama
haianhdskt-boop

autocad-ai-mcp

Generate Autocad Lisp

generate_autocad_lisp

Generate AutoLISP routines for AutoCAD to clean drawings, create grids, or batch export PDFs, with support for custom LISP code.

Instructions

Generate an AutoLISP (.lsp) routine file for AutoCAD users.

  • template_type: 'clean_drawing', 'create_grid', 'batch_export_pdf', or None (with custom_lisp_code).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
parametersNo
output_pathNo
routine_nameYes
template_typeNo
custom_lisp_codeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

C2.9/5.0
Behavior2/5

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

Annotations are absent, so the description must disclose behavior but only says a file is generated. It does not state whether the tool writes to output_path, returns the LISP code, validates the template/custom code, or what happens when output_path is null.

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?

Two compact, front-loaded clauses with no filler. The template_type hint is useful, but the definition is so short that conciseness edges into under-specification.

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?

For a tool with five parameters and no annotations, the description is incomplete: required routine_name and output path behavior are missing, and the output schema is the only source of return information. It is enough to identify purpose, but not to invoke correctly with confidence.

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?

Description adds meaning beyond the schema for template_type by enumerating accepted values and linking None to custom_lisp_code. However, it leaves routine_name (required), parameters, and output_path semantically unexplained, and schema coverage is 0%.

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 specific action and artifact: generates an AutoLISP (.lsp) routine file, which differentiates it from the sibling generate_autocad_scr. It is clear but does not explicitly contrast itself with sibling tools or explain what kind of routines it supports beyond the template_type hint.

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?

Provides no guidance about when to use this tool rather than generate_autocad_scr or other generation/export siblings. The template_type list implies some use cases, but no conditions, prerequisites, or exclusions are stated.

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

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/haianhdskt-boop/autocad-ai-mcp'

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