Skip to main content
Glama
with-pebbly

aseprite-ai-artist

by with-pebbly

Selection

select
Idempotent

Create, read, or adjust the active selection to scope drawing, transforms, and recoloring, using shapes, color matching, or geometric operations without manual masking.

Instructions

Read or change the active selection. Ops: 'get', 'none', 'all', 'rect', 'ellipse', 'color' (select every pixel matching a colour), 'invert', 'grow', 'shrink'. A selection scopes draw, transform and recolor, which is usually cheaper and safer than masking by hand.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
opYes
modeNoHow this selection combines with the existing one.replace
rectNo
colorNoFor op 'color'.
frameNo1-based frame number. Omit to use the active frame.
layerNoLayer name. Omit to use the active layer.
amountNoPixels, for grow/shrink.
spriteNoSprite filename or id. Omit to use the sprite Aseprite has focused.
toleranceNo
contiguousNoFor op 'color'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
emptyYes
boundsNo
spriteYes
pixelCountYes

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

Discloses that the tool reads or changes the active selection and that the selection subsequently scopes drawing, transforms, and recoloring. This adds behavioral context beyond the annotations, which already flag readOnlyHint=false and idempotentHint=true. No contradiction with 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?

Two tight sentences front-load the purpose, list all operations, and provide a cost/benefit rationale. Every phrase earns its place with no filler or redundancy.

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?

Given the output schema and annotations, the description sufficiently covers the conceptual model and op variety. Minor details like how mode combines with the existing selection or how rect coordinates are specified are left to the schema, which is acceptable for a tool with rich structured metadata.

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 descriptions already cover frame, layer, amount, sprite, color, and contiguous, and the enum values are self-explanatory. The description adds meaning only for the 'color' operation ('select every pixel matching a colour'). With schema coverage at 70%, the description provides modest additional value but does not compensate for undocumented params like rect and mode.

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?

States a specific verb and resource ('Read or change the active selection') and enumerates all nine operations. The selection resource is clearly distinct from sibling tools like layer, draw, transform, and recolor, so an agent can tell them apart without opening the schema.

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?

Explains that a selection scopes draw, transform, and recolor, and that it is usually cheaper and safer than masking by hand. This gives clear contextual guidance for when to use the tool, though it does not explicitly name sibling alternatives or state when not to use it.

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