Skip to main content
Glama
with-pebbly

aseprite-ai-artist

by with-pebbly

Reference image

reference

Import an external image as a locked semi-transparent layer for tracing proportions or sampling colors. Also read dominant colors from an image without importing it.

Instructions

Bring an external image into the sprite as a reference layer, so you can trace proportions or sample colours from it. Ops: 'import' (place an image on a locked, semi-transparent layer above the art), 'sample_palette' (read its dominant colours without importing), 'list', 'remove'. Importing at a different size uses nearest-neighbour; a photo scaled down to 32×32 is a starting point for a silhouette, never a finished sprite.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xNo
yNo
opYes
fitNoHow to size the image against the canvas.contain
nameNoLayer name. Default: 'reference'.
pathNoImage file to read.
colorsNoFor 'sample_palette'.
spriteNoSprite filename or id. Omit to use the sprite Aseprite has focused.
opacityNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
opYes
layerNo
widthNo
heightNo
spriteYes
paletteNoDominant colours with their share of the image.
referencesNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.6/5.0
Behavior5/5

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

With only readOnlyHint:false and openWorldHint:false in annotations, the description carries the behavioral burden and delivers: importing places the image on a locked, semi-transparent layer above the art, size changes use nearest-neighbour resampling, and a photo scaled to 32×32 is explicitly characterized as a silhouette starting point. This discloses mutation, layer placement, transparency, and resampling behavior that annotations alone cannot convey. No contradiction with the annotations.

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?

Roughly 4 sentences, purpose-first: main goal, compact op list with embedded semantics, and a single closing caveat that earns its place by preventing misuse. No fluff or repetition of the schema. The op list is dense yet scannable.

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

Completeness4/5

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

For a tool with 9 parameters, 4 ops, and an output schema (so return values need not be described), the description covers the ope semantics, the laryal behavior, opacity context, and a size-related quality warning. Minor gaps remain: 'remove' and 'list' behaviors are left to the reader's inference, and the relationship between opacity and the import op is only implicit. This is solid but not exhaustive.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 56%, so the schema partially documents parameters (size, sprite have descriptions), and the description adds genuine meaning to the critical required parameter `op` by explaining what each enum value does behaviorally. It also aligns 'semi-transparent' with the opacity parameter. Other parameters like x/y are positional and self-evident with defaults, so the lack of dedicated parameter prose is acceptable, though a 5 would require systematically richer guidance for opacity and size.

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 opens with a specific verb+resource pair ('Bring an external image into the sprite as a reference layer') and gives the concrete use cases (tracing proportions, sampling colours). The four ops are each given a one-line semantic ('import' places a locked, semi-transparent layer; 'sample_palette' reads colours without importing), which clearly delineates the tool's scope from siblings like palette, layer, and read_pixels.

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

Usage Guidelines4/5

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

The description conveys clear context for each op: import is for placing a reference layer, sample_palette is for reading dominant colours 'without importing', list and remove round out lifecycle management. It also gives a practical caveat about when an import result is acceptable (a starting point, 'never a finished sprite'). It does not explicitly name sibling alternatives or state when-not-to-use, so it stops short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/with-pebbly/aseprite-ai-artist'

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