Skip to main content
Glama
U-C4N
by U-C4N

Drawing: Plan (commit intent before drawing)

drawing_plan

Commit a plan specification for a drawing before any geometry is created. Stores intent, scale, sheet size, and constraints for reference throughout the workflow.

Instructions

Commit a PlanSpec before any geometry is created.

The PlanSpec is stored on the backend and surfaced for reference during the workflow (it is not replayed as a critique). Always call this FIRST in a premium workflow.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesNoFree-form constraint notes.
scaleNoDrawing scale (1.0 = 1:1, 0.1 = 1:10, etc).
intentYesOne-line description of what this drawing represents.
dim_styleNoDefault dimensioning style: chain / baseline / ordinate / mixed.chain
spec_hashNoHash returned by the latest ready drawing_preflight.
sheet_sizeNoPaper size: A4 / A3 / A2 / A1 / A0.A3
view_countNo
layer_set_idNoLayer set to bootstrap: mech / pid / iso13567.mech
requirementsNoNormalized preflight requirements.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description explains that the PlanSpec is stored, surfaced for reference, and not replayed as a critique, adding behavioral insight beyond the destructiveHint annotation. It also notes the timing requirement.

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 concise sentences, front-loaded with purpose, each adding value without redundancy.

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

Completeness4/5

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

Given the complexity (9 params, well-covered schema, output schema present), the description sufficiently explains the tool's role. Could mention idempotency but adequate.

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 coverage is high (89%), so the description does not need to elaborate on parameters. It adds no parameter-specific information, meeting the baseline.

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 clearly states the tool commits a PlanSpec before geometry creation, with the title adding context. It distinguishes from sibling drawing and entity creation tools by being a preparatory planning step.

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 instruction 'Always call this FIRST in a premium workflow' provides clear usage context but does not explicitly state when not to use or mention alternatives.

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/U-C4N/Autocad-MCP'

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