Skip to main content
Glama
Cuvara

game-art-mcp

by Cuvara

art.detail.cluster

Add a pixel-art cluster to a canvas at a specific position with chosen shape, size, and color, solving the need for precise placement of stylized details.

Instructions

Create a pixel cluster on the canvas at a given position with a specified shape.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cxYesCenter X coordinate
cyYesCenter Y coordinate
seedNoRandom seed (used for irregular shape)
sizeYesCluster size (radius in pixels)
colorYesCluster color as hex string (e.g. "#8B4513")
shapeYesCluster shape
session_idYesCanvas session ID
Behavior2/5

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

No annotations are provided, so the description must communicate behavioral expectations itself. It only says 'Create a pixel cluster' and does not mention whether existing pixels are overwritten, what happens to out-of-bounds coordinates, how the seed affects irregular shapes, or whether the action is reversible. The mutating nature of the tool is implied but its side effects and constraints are not disclosed.

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 a single efficient sentence with the main action and semantic focus front-loaded. It avoids unnecessary examples or filler, though it could have been structured slightly better with a separate 'when to use' clause.

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 mutation tool with no annotations and no output schema, the description is too spare. It does not explain what a cluster consists of, which shape/seed choices are intended, how the cluster interacts with the current canvas state, or what the agent should expect after execution. The schema covers parameter names well, but the higher-level operational context is missing.

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?

The schema already documents all seven parameters with individual descriptions, achieving 100% schema description coverage, so the baseline is 3. The tool description adds only a general conceptual framing ('position' and 'shape') and does not explain the seed parameter's interaction with irregular shapes or the coordinate system beyond what the schema provides.

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 specifies the action ('Create'), the object ('a pixel cluster'), the location ('on the canvas'), and the manner ('at a given position with a specified shape'). It is unambiguous about the core purpose, though it does not explicitly differentiate this tool from sibling canvas and detail tools like art.canvas.draw_circle or art.detail.speckle.

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 about when to use this tool instead of the many related drawing and detail tools in the sibling list, such as art.detail.plan, art.detail.texture, art.canvas.draw_noise, or art.detail.clean_clusters. No conditions, prerequisites, or exclusions are provided, so the agent is left to infer the appropriate usage 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/Cuvara/game-art-mcp'

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