Skip to main content
Glama

pixel_export_spritesheet

Idempotent

Pack multiple same-size canvas PNGs into a single spritesheet PNG grid with configurable columns per row, ideal for game engines.

Instructions

Pack same-size canvas PNGs into a single spritesheet PNG grid.

Frames are placed left-to-right, top-to-bottom, columns per row (all in one row if omitted), with no padding — ideal for game engines. Source canvases are untouched. Returns JSON {"exported", "frames", "columns", "rows", "frame_width", "frame_height", "width", "height"}. On failure returns "Error: ...".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Adds behavioral traits beyond annotations: left-to-right, top-to-bottom layout, no padding, source canvases untouched, and return/error format. No contradiction.

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 concise paragraphs, front-loaded with purpose, no fluff, every sentence informative.

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

Completeness5/5

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

Thorough for a simple tool: purpose, layout, behavior, return values, and error format covered, with good annotations and schema.

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?

Adds meaning beyond schema by explaining columns placement and return format; schema already describes parameters clearly. Good compensation for 0% coverage signal.

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 packs same-size canvas PNGs into a spritesheet grid, specifying layout and distinguishing from siblings like pixel_export_png and pixel_slice_spritesheet.

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?

Provides context ('ideal for game engines') and implicitly indicates when to use, but lacks explicit exclusions or when not to use.

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/light-vp/pixelart-mcp'

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