Skip to main content
Glama
CaeliaEve

AutoCAD MCP Ultra

by CaeliaEve

TitleBlock: ISO A3

titleblock_apply_iso_a3

Apply an ISO 7200 A3 (420×297 mm) title block to a paper-space layout, filling in title, drawing number, scale, revision, and other metadata to frame the printed sheet.

Instructions

ISO 7200 / A3 (420x297 mm) title block. Title text is used verbatim.

Pass layout to put the sheet on a paper-space layout, which is where a title block belongs — the border frames the printed sheet, not the model. Your current space is restored afterwards, so asking for a border does not move you onto the sheet.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo
scaleNo1:1
sheetNo1/1
titleYesDrawing title (verbatim, no LLM transformation).
unitsNomm
layoutNoPaper-space layout to draw the sheet on (create it with layout_create). Empty draws in the current space, as before.
companyNoAnka-Makine
part_noNo
drawn_byNo
materialNo
origin_xNo
origin_yNo
revisionNoA
checked_byNo
drawing_noYesDrawing number (e.g. 'AM-2026-001').

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Discloses meaningful behavior beyond the annotations: title text is used verbatim with no LLM transformation, the border frames the printed sheet rather than the model, and the current space is restored afterward. These are exactly the behavioral details an agent needs and none contradict the annotations.

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?

Three focused sentences: the specification is stated first, followed by the essential layout nuance and the restoration guarantee. Every sentence earns its place and there is no 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?

Behavioral guidance is solid and an output schema exists, so return values are covered. However, the tool has 15 parameters and very low schema coverage, and the description leaves most parameter semantics to inference. It also does not mention prerequisites like an open drawing or explicitly pointing to layout_create, though the schema does reference layout_create.

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

Parameters2/5

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

The description adds value for 'title' (verbatim usage) and 'layout' (paper-space behavior and space restoration), but schema coverage is only 20% across 15 parameters. Most parameters such as date, scale, units, origin_x, origin_y, material, revision, and checked_by receive no semantic elaboration, so the description does not compensate for the low schema coverage.

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 identifies the resource as an ISO 7200 / A3 (420x297 mm) title block and implies the operation of applying/creating it. It does not explicitly state an action verb like 'creates' or 'applies', and it does not contrast with sibling tools, but the title and context make the purpose unambiguous.

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 gives strong when-to-use guidance: pass 'layout' when the title block belongs on a paper-space layout, and explains why it belongs there (it frames the printed sheet, not the model). It also reassures that the current space is restored. It does not name alternatives or explicitly say when not to use it, but no sibling tool appears to duplicate title-block creation.

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/CaeliaEve/autocad-mcp-ultra'

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