Skip to main content
Glama

outline_cel

Adds 1px outlines around opaque pixels in a cel, filling adjacent transparent pixels with a chosen color. Use diagonals for thicker outlines—makes sprites readable on any background.

Instructions

Add a 1px outline around all opaque pixels of a cel.

Transparent pixels adjacent to opaque pixels are filled with the outline color. Great for making sprites read clearly against any background.

Args: filename: Aseprite file to modify layer_name: Layer to outline frame_index: Frame index starting at 1 color: Outline hex color (default black) include_diagonals: Also outline diagonal neighbors for a thicker, rounded outline (default False)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
colorNo#000000
filenameYes
layer_nameYes
frame_indexYes
include_diagonalsNo
Behavior4/5

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

Describes key behavioral traits: adds outline, fills adjacent transparent pixels, effect of include_diagonals. Lacks explicit mention of destructiveness (modifies file in place), but behavior is clear. No annotation contradictions.

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?

Well-structured with a summary, behavior explanation, and Args list. Each sentence adds value; no wasted words. Concise yet informative.

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?

Adequately covers behavior and parameters. No output schema, but return value is implicit (modification). Could mention that it modifies the sprite in place, but sufficient for a modification tool.

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

Parameters5/5

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

Schema description coverage is 0%, so description must compensate. It fully explains each parameter: filename, layer_name, frame_index, color (default black), include_diagonals (default False, thickens outline). Adds meaning beyond schema types and defaults.

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?

Clearly states it adds a 1px outline around opaque pixels of a cel, using specific verb+resource. Distinguishes from sibling 'outline_native' by describing the algorithm (outline around opaque pixels, filling adjacent transparent pixels).

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?

Implies usage with 'Great for making sprites read clearly against any background', but does not explicitly state when not to use or compare to 'outline_native'. No exclusions or alternatives are provided.

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

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