Skip to main content
Glama
vino3dx
by vino3dx

create_ellipse

Destructive

Create an ellipse spline in 3ds Max by setting major and minor axis lengths.

Instructions

创建一个椭圆样条。length/width 分别控制长、短轴。 [English] Create an ellipse spline. length/width are the major/minor axes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNo结束角(度,Arc)。 | End angle in degrees (Arc).
fromNo起始角(度,Arc)。 | Start angle in degrees (Arc).
nameNo图形名称;省略则自动命名。 | Shape name; auto-generated if omitted.
sizeNo字号(Text,对应 size 属性)。 | Font size (Text, maps to size).
textNo文本内容(Text)。 | Text content (Text).
sidesNo边数(NGon,至少 3)。 | Side count (NGon, >=3).
turnsNo圈数(Helix)。 | Turns (Helix).
widthNo短轴长度。 | Minor axis length.
heightNo高度(Helix)。 | Height (Helix).
lengthNo长轴长度。 | Major axis length.
radiusNo半径(Circle/Arc/NGon)。 | Radius (Circle/Arc/NGon).
radius1No第一半径(Donut)。 | First radius (Donut).
radius2No第二半径(Donut)。 | Second radius (Donut).
positionNo位置 [x,y,z]。 | Position [x,y,z].
segmentsNo分段数。 | Segment count.
thicknessNo描边粗细(Text)。 | Stroke thickness (Text).
cornerRadiusNo圆角半径(Rectangle)。 | Corner radius (Rectangle).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=false and destructiveHint=true, so the description does not need to restate mutation. It adds minimal context by implying a creation operation, but it does not disclose any side effects, undo behavior, or requirements. With annotations covering the destructive nature, a 3 is appropriate.

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

Conciseness4/5

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

The description is very short and to the point, with bilingual content. It is front-loaded with the core purpose. However, it is so minimal that it may under-specify rather than being efficiently concise. It earns a 4 for being compact and clear.

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

Completeness2/5

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

For a tool with 17 parameters, the description is incomplete. It does not indicate which parameters are applicable, does not describe return values, and does not mention any prerequisites. Even with annotations, the description is insufficient for an agent to call this tool correctly without exploring the schema deeply and guessing at relevance.

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?

Schema coverage is 100%, but the description only explains length and width. Many parameters in the schema (sides, turns, radius, etc.) are irrelevant to an ellipse and are not filtered out. The description fails to clarify which parameters actually apply to ellipse creation, leaving the agent confused about which of the 17 parameters to use. It adds little value beyond the schema.

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 it creates an ellipse spline and specifies that length/width control the major/minor axes. It is a specific verb+resource, but it does not differentiate from sibling tools like create_circle or create_ngon beyond the shape type. The purpose is clear but not heavily detailed.

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?

There is no guidance on when to use this tool versus alternatives. It does not mention when an ellipse is preferred over other spline primitives, nor any prerequisites or context. The agent is left to infer usage from the name alone.

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