Skip to main content
Glama
dynstat

Figma Dash MCP Server

by dynstat

create_ellipse

Draw circles, ellipses, and arc segments in Figma, including donut and pie slice shapes with customizable angles and inner radius.

Instructions

Create a circle or ellipse. Equal width/height = perfect circle.

Arc / Donut / Pie segment support:
  arcStartAngle   float  degrees, 0=top(12 o'clock), clockwise. Default 0.
  arcEndAngle     float  degrees, 0=top(12 o'clock), clockwise. Default 360.
  arcInnerRadius  float  0=full pie, 0.5-0.8=donut ring thickness.

── Multi-color donut ring recipe ──────────────────────────────────────────
Stack three overlapping ellipses with different arcStart/End and stroke colors:
  Green arc:  arcStartAngle=0,   arcEndAngle=120, arcInnerRadius=0.7, stroke='#10B981'
  Orange arc: arcStartAngle=120, arcEndAngle=220, arcInnerRadius=0.7, stroke='#F59E0B'
  Purple arc: arcStartAngle=220, arcEndAngle=360, arcInnerRadius=0.7, stroke='#7C3AED'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xNo
yNo
nameNoEllipse
widthNo
heightNo
noFillNo
shadowNo
strokeNo
opacityNo
gradientNo
hexColorNo#FF0000
arcEndAngleNo
fillOpacityNo
strokeWidthNo
arcStartAngleNo
strokeOpacityNo
arcInnerRadiusNo
Behavior3/5

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

With no annotations, the description carries the full burden. It explains angle conventions (0=top, clockwise) and arcInnerRadius semantics, which is useful. However, it does not disclose return behavior, side effects, or interactions with existing canvas elements, leaving gaps for a creation tool.

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 well-structured, with the main purpose front-loaded followed by arc parameter details and a concrete recipe. The recipe is useful but slightly verbose, and the decorative line could be trimmed. Overall, it earns its place without excessive bloat.

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?

Given 17 parameters, no output schema, and no annotations, the description is far from complete. It covers only a subset of parameters and lacks information on return values, canvas behavior, or prerequisites. The recipe adds practical value but does not fill the gaps for a tool of this complexity.

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 0%, so the description must compensate for 17 parameters. It only explains arcStartAngle, arcEndAngle, arcInnerRadius, and implicitly width/height. Many parameters like shadow, gradient, fillOpacity, and strokeOpacity remain undefined, which is insufficient given the low schema coverage.

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 'Create a circle or ellipse' with a specific note that equal width/height produces a perfect circle. This distinguishes it from sibling tools like create_rectangle and create_line, and the mention of arc/donut support adds further specificity.

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

Usage Guidelines3/5

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

The description implies usage for circles/ellipses and provides a detailed recipe for multi-color donut rings, but it does not explicitly state when to use this tool versus alternatives like create_rectangle or when not to use it. The recipe is a concrete example, but no exclusions or alternative comparisons are given.

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/dynstat/figma-dash-mcp'

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