Skip to main content
Glama
haianhdskt-boop

autocad-ai-mcp

Generate Autocad Scr

generate_autocad_scr

Generate AutoCAD script files (.scr) that batch-execute drawing commands to automate repetitive tasks in AutoCAD.

Instructions

Generate an AutoCAD Script file (.scr) for batch automation inside AutoCAD.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commentNoGenerated by AutoCAD MCP
commandsYes
output_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states the tool generates a .scr file and does not disclose side effects, such as whether existing files are overwritten, whether commands are validated, or whether the file is written locally. This is minimal behavioral transparency.

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 a single, front-loaded sentence with no filler words. It immediately identifies the deliverable and the purpose, making it easy to parse.

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?

The tool has three parameters, no annotations, and no description-level parameter coverage, making the definition incomplete for reliable invocation. While an output schema exists, the description still omits key context such as how commands are encoded in the .scr file, whether the output path should include the .scr extension, and what happens with the comment parameter.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% and the description adds no parameter-level clarification. The meaning of 'commands', 'output_path', and 'comment' is left entirely to the schema's field names, with no guidance on command formatting, file extension handling, or path conventions.

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 uses a specific verb ('Generate') with a specific resource ('AutoCAD Script file (.scr)') and names the use case ('batch automation inside AutoCAD'). This clearly distinguishes it from the sibling tools, which are query/export operations rather than script generation.

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 provides clear context by stating the tool is for 'batch automation inside AutoCAD,' which implies when to use it. It does not explicitly name alternatives or when-not conditions, but the sibling tool names (list_blocks, export_drawing_to_png, etc.) make alternative purposes obvious.

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