Skip to main content
Glama

create_tileset_sidescroller

Create a side-scrolling platformer tileset with terrain and transitions for pixel art platformer games. Supports 16x16 or 32x32 tiles with customizable terrain descriptions and styles.

Instructions

Create a SIDESCROLLER/PLATFORMER tileset with terrain and transitions (16x16 or 32x32 tiles). Side-view perspective only. Use this for platformer games. For top-down RPG maps use create_tileset instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seedNoSeed for deterministic generation (default 0)
detailNoDetail level
outlineNoOutline style
shadingNoShading style
tile_sizeYesTile dimensions (16x16 or 32x32)
color_imageNoColor palette reference image
tile_strengthNoTile pattern strength (0.1-2, default 1)
transition_sizeNo0.25-1.0 (default 0.5)
lower_descriptionYesBase terrain description
tileset_adherenceNoAdherence to tileset patterns (0-500, default 100)
lower_base_tile_idNoID of existing lower base tile to use
text_guidance_scaleNoHow closely to follow text (1-20, default 8)
lower_reference_imageNoReference image for lower terrain style
transition_descriptionNoTransition description
tileset_adherence_freedomNoFreedom from tileset constraints (0-900, default 500)
transition_reference_imageNoReference image for transition style
Behavior2/5

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

No annotations provided, so description carries full burden. It only states what the tool creates, not behavioral aspects like idempotency, permissions, rate limits, or side effects. Lacks disclosure of any destructive or mutational traits.

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 sentences that front-load essential purpose and usage distinction. No redundant information; every word serves a purpose.

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

Completeness3/5

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

Despite 16 parameters and no output schema, description is very brief. It covers purpose and usage well but does not explain return value, parameter relationships, or process. Schema coverage helps, but more context would be beneficial for a complex tool.

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 covers 100% of parameters with descriptions, so baseline is 3. Description adds no additional meaning beyond the schema; it only reiterates tile sizes already defined in schema.

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 the tool creates a sidescroller/platformer tileset with terrain and transitions, specifies tile sizes (16x16 or 32x32) and perspective (side-view only). Explicitly distinguishes from sibling create_tileset for top-down RPG maps.

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

Usage Guidelines5/5

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

Provides explicit when-to-use (platformer games, side-view) and when-not-to-use (top-down RPG maps, use create_tileset). Also states tile size constraints, giving clear context for selection.

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/rabbitcannon/pixellab-forge-mcp'

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