Skip to main content
Glama

create_ellipse

Draw an ellipse in a CAD drawing by specifying center, radii, and rotation angle. Use to add elliptical geometry to technical drawings and layouts.

Instructions

Create an ellipse with radii and rotation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cxYes
cyYes
rxYes
ryYes
unitNo
layerNo
rotationNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.4/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full behavioral burden. It doesn't disclose whether the operation is undoable, whether it requires an active layer or document, whether it works in 2D or 3D space, or what the return value is. These are important for a creation tool in a CAD environment.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The single sentence is concise and front-loaded with the core action, but it is overly terse given the complexity of the tool. It earns its place by stating the essential purpose, yet it wastes no words on useful additional context.

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

Completeness1/5

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

With no annotations, no output schema, and 0% schema description coverage, the description is far too sparse. An agent lacks information about required parameters, coordinate system, return behavior, and safety profile. For a 7-parameter creation tool, this is critically incomplete.

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 none of the 7 parameters are documented. The description only alludes to 'radii' and 'rotation', but does not explain any parameter names, units, defaults, constraints (e.g., exclusiveMinimum for radii), or the purpose of optional parameters like 'layer' or 'unit'.

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?

States a specific verb and resource ('Create an ellipse') and mentions the key controllable attributes (radii, rotation). It is clearly distinguishable from siblings like create_circle or create_box, though it doesn't explicitly contrast itself with those alternatives.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives such as create_circle or create_rectangle. There is no mention of prerequisites, coordinate system, or the intended context for creating an ellipse.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools