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

Delete Layer

layer_delete
Destructive

Delete an empty layer from an AutoCAD drawing. Layers containing entities cannot be removed, and layer '0' is protected from deletion.

Instructions

Delete a layer. The layer must have no entities. Layer '0' cannot be deleted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesLayer name to delete (layer must be empty)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description confirms the destructive nature ('Delete'), matching the destructiveHint annotation, and adds critical constraints not in annotations: layer must be empty and layer '0' cannot be deleted. No contradiction with 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?

Two concise sentences: the first states the action, the second adds essential conditions. No filler words; informative and front-loaded.

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

Completeness5/5

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

Given the existence of an output schema, return values need not be explained. The description fully covers the tool's purpose, constraints, and single parameter, making it complete for an agent to 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?

Schema description coverage is 100%, and the tool description repeats the constraint from the schema (layer must be empty). No additional parameter semantics are provided beyond what the schema already conveys.

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 'Delete a layer', a specific action on a resource, and adds constraints that distinguish it from other layer tools (e.g., layer_create, layer_modify). The constraints 'must have no entities' and 'Layer 0 cannot be deleted' are specific and helpful.

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 specifies when to use the tool (delete a layer) with clear prerequisites (layer must be empty). It implicitly advises against using it on non-empty layers or layer '0', but does not explicitly mention alternative tools or when not to use it.

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