Skip to main content
Glama

download_object_spritesheet

Export a created object as a spritesheet ZIP containing a uniform-grid PNG and layout JSON, with frames for rotations and animation directions. Saves to output folder.

Instructions

Export an object as a single spritesheet: a small ZIP holding one uniform-grid PNG (row 0 = rotations, then one row per animation-direction, columns = frames) plus a layout JSON describing cell size and which animation/direction each row holds. Frames are centred in equal cells and never rescaled. Saves to pixellab-forge-output and returns the file path. Only works for objects you created; errors while rotations are still generating.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
object_idYesObject ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.8.0

TDQS

A4.1/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses that frames are never rescaled, are centred in equal cells, and that it saves to a specific output directory and returns the file path. It also warns about errors during rotation generation. This is transparent behavior beyond the schema.

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 concise and informative, providing key details upfront (what it exports, the format structure) and then usage-specific behavior. It is a single paragraph that front-loads the purpose and then fills in details.

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 single-parameter tool with no output schema, the description is reasonably complete. It explains the output format, location, and caveats. It could mention how to handle the returned file path, but that's minor given the simplicity.

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 covers object_id with 100% coverage, so the baseline is 3. The description doesn't add extra parameter-specific details, but the single parameter is straightforward, and the description explains the context of the spritesheet export.

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 clearly states the tool exports an object as a spritesheet, including the specific format (ZIP with PNG and JSON), the layout structure (rows for rotations and directions, columns for frames), and the output destination. This is specific and distinguishes it from sibling tools like download_character_spritesheet and download_character_zip.

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 provides clear context on when to use this tool: for exporting objects as spritesheets, and it notes it only works for user-created objects. It doesn't explicitly name alternative tools or conditions for choosing this over them, but the specification is enough for basic usage.

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

Deploy Server

Other Tools