Skip to main content
Glama
zcube

Penpot MCP Server

by zcube

create_circle

Create a circle shape on a Penpot page, setting position, radius, colors, gradients, images, borders, shadows, blur, and blend modes.

Instructions

Create a circle shape with colors, gradients, images, borders, shadows, blur, and blend modes

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xNoX position
yNoY position
nameNoShape nameCircle
fileIdYesFile ID
pageIdYesPage ID
radiusNoRadius
opacityNoOverall shape opacity (0-1)
blendModeNoBlend mode: "normal", "multiply", "screen", "overlay", etc.normal
blurValueNoBlur intensity in pixels (for glassmorphism effect)
fillColorNoFill color (HEX, e.g., "#FF0000")
shadowBlurNoShadow blur radius in pixels
fillImageIdNoImage media ID (from upload_file_media)
fillOpacityNoFill opacity (0-1)
shadowColorNoShadow color (HEX, e.g., "#000000")#000000
shadowStyleNoShadow style: "drop-shadow" or "inner-shadow"drop-shadow
strokeColorNoStroke color (HEX)
strokeWidthNoStroke width in pixels
gradientEndXNoGradient end X (0-1 normalized)
gradientEndYNoGradient end Y (0-1 normalized)
gradientTypeNoGradient type: "linear" or "radial"
shadowSpreadNoShadow spread in pixels
fillImageNameNoImage name
gradientStopsNoGradient stops as JSON array, e.g., '[{"color":"#667eea","opacity":1,"offset":0},{"color":"#764ba2","opacity":1,"offset":1}]'
shadowOffsetXNoShadow X offset in pixels
shadowOffsetYNoShadow Y offset in pixels
shadowOpacityNoShadow opacity (0-1)
strokeOpacityNoStroke opacity (0-1)
fillImageMtypeNoImage MIME typeimage/png
fillImageWidthNoImage width in pixels
gradientStartXNoGradient start X (0-1 normalized)
gradientStartYNoGradient start Y (0-1 normalized)
fillImageHeightNoImage height in pixels
fillImageKeepAspectRatioNoKeep image aspect ratio
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only discloses the action 'create' and does not mention side effects (e.g., adding a shape to the specified page), required permissions, or return behavior. It also fails to note that fileId and pageId are required to place the circle, which is important operational context.

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?

The description is a single, concise sentence that front-loads the core purpose ('Create a circle shape') before listing the styling options. Every word earns its place, and it avoids any fluff or repetition.

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?

The tool has 33 parameters and no output schema, but the description provides only a broad feature list. It does not mention that the circle is created on a specific page (implied by required fileId/pageId), does not describe the return value, and does not explain conditional parameter usage (e.g., choosing gradientStops over a solid fillColor). The schema is comprehensive, but the description lacks the operational context an agent needs to correctly invoke this tool.

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%, so the baseline is 3. The description adds a high-level categorization of parameters (colors, gradients, images, etc.) but does not add syntax, formatting details, or relationships between parameters beyond what the schema already provides (e.g., how fillImageId and fillImageName interact).

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 specific verb 'Create' and the resource 'circle shape', and lists the styling capabilities (colors, gradients, images, borders, shadows, blur, blend modes). This unambiguously distinguishes it from sibling creation tools like create_rectangle, create_text, and create_frame.

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 the tool is for creating circle shapes, but it does not explicitly state when to use this tool over alternatives such as create_rectangle, nor does it mention any prerequisites or scenarios where this tool is preferred. The context is clear but lacks explicit exclusions or alternative guidance.

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/zcube/penpot-mcp-server'

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