Skip to main content
Glama
beiming183-cloud

AutoCAD MCP Server - Codex Edition

transaction

Manage atomic AutoCAD document transactions with idempotency and revision control. Execute operations safely, handle document identity, and support undo operations.

Instructions

Document identity and atomic native AutoCAD transactions.

Operations: context - Read canonical native document/session/revision identity. create - Create a document. data: {name?}; requires idempotency_key. execute - Atomically apply data.operations through the native worker. Requires doc_id, expected_revision, and idempotency_key. begin/commit/rollback - Compatibility undo transaction operations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
doc_idNo
operationYes
transaction_idNo
idempotency_keyNo
expected_revisionNo
Behavior3/5

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

It discloses that 'execute' is 'atomic' and goes 'through the native worker', and calls begin/commit/rollback 'Compatibility undo transaction operations'. It does not explain side effects, failure modes, or permission needs. The readOnlyHint=false annotation already signals write behavior, so the description adds moderate extra context.

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 compact, starts with a one-sentence summary, and uses a bulleted list to efficiently document all five operations. Every line conveys needed information without redundancy or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has six parameters and five sub-operations, no output schema, and zero schema descriptions. The description covers each operation's purpose and key required parameters, but lacks return-value expectations, transaction_id semantics, and error-handling behavior, making it incomplete for fully autonomous agent use.

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?

With 0% schema description coverage, the description is the only source of parameter meaning. It clarifies that data can carry {name?} for create and 'data.operations' for execute, and lists required parameters (idempotency_key, doc_id, expected_revision). However, it never explains transaction_id and gives only partial detail about the shape of data.

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 handles 'identity and atomic native AutoCAD transactions' and lists five distinct operations (context, create, execute, begin/commit/rollback). This makes the tool's purpose specific and understandable, though it doesn't explicitly contrast with sibling tools like drawing or entity.

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 gives operation-level usage hints, e.g., 'create' requires idempotency_key and 'execute' requires doc_id, expected_revision, and idempotency_key. However, it does not state when to prefer this tool over alternatives, nor does it mention exclusions or general use-case scenarios.

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/beiming183-cloud/AutoCAD-MCP'

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