Skip to main content
Glama

create_isometric_tile

Create isometric pixel art tiles from 16x16 to 64x64 pixels. Customize with descriptions, colors, outlines, and shading.

Instructions

Create an isometric tile. Size 16x16 to 64x64 (best quality >24px). For other tile types (hex, octagon, square_topdown) use create_tiles_pro instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seedNoSeed for deterministic generation (default 0)
detailNoDetail level
outlineNoOutline style
shadingNoShading style
image_sizeYes16x16 to 64x64
init_imageNoOptional starting image
color_imageNoColor palette reference image
descriptionYesTile description
init_image_strengthNoInitial image influence strength (1-999, default 300)
isometric_tile_sizeNoIsometric tile size in pixels (default 16)
text_guidance_scaleNoHow closely to follow text (1-20, default 8)
isometric_tile_shapeNoShape of the isometric tile (default 'block')
Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral traits. It mentions size constraints and quality advice ('best quality >24px') but does not disclose authorization needs, rate limits, storage behavior, or output format. Minimal transparency for a creation tool.

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 sentences, directly stated with no redundancy. Front-loaded with purpose and size constraints, then exclusion of other tile types. Highly concise.

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

Completeness2/5

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

Given 12 parameters, nested objects, and no output schema, the description is too brief. It does not explain what the tool returns (e.g., tile ID or URL), how to retrieve or use the output, or how this tool relates to get_isometric_tile/list_isometric_tiles. Incomplete for a complex creation 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 description coverage is 100%, so baseline 3. The description adds the size range (16x16 to 64x64) which aligns with image_size, but does not explain other parameters beyond what schema already provides. No significant additional meaning.

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 'Create an isometric tile' and explicitly distinguishes from the sibling tool create_tiles_pro for other tile types (hex, octagon, square_topdown). This makes the tool's purpose unambiguous and well-differentiated.

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?

The description explicitly directs the agent to use create_tiles_pro for hex, octagon, or square_topdown tiles, providing clear when-to-use and when-not-to-use guidance.

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