Skip to main content
Glama
adityaairlangga12

lentera-aseprite-mcp

draw_circle

Create a circle on the canvas—either outlined or filled—by providing center, radius, and color. Optionally target a specific frame and layer for pixel art editing.

Instructions

Draw a circle (outline or filled) on the canvas.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cxYes
cyYes
colorYes{r,g,b,a}
frameNo
layerNo
filledNo
radiusYes
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only states the drawing action and outline/filled option, without revealing whether it overwrites existing pixels, affects the active layer/frame, or has side effects. The outline/filled detail is essentially a restatement of the 'filled' parameter, adding little beyond the schema.

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 sentence, front-loaded with the action, and contains no filler. Every word earns its place.

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 7-parameter tool with no annotations and no output schema, this is inadequate. It does not mention coordinate units, default layer/frame behavior, color formatting, or return values, leaving the agent with significant ambiguity.

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 description coverage is only 14%, so the description must compensate for parameter meaning. It only clarifies the outline/filled distinction, but leaves cx, cy, radius, frame, layer, and the color structure unexplained. The added value is minimal and does not fill the gap.

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 tool draws a circle on the canvas and mentions the outline/filled distinction, which distinguishes it from sibling tools like draw_ellipse or fill_area. The verb+resource pattern is specific and unambiguous.

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 when to use the tool (when a circle is needed), but it does not provide explicit guidance on alternatives like draw_ellipse or fill_area, nor any exclusions or conditions. It lacks clear when-to-use vs. when-not-to-use context.

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/adityaairlangga12/lentera-aseprite-mcp'

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