render_tileset_atlas
Generate a labeled tileset atlas PNG showing tile IDs, passability, and autotile slots as a quick numeric reference.
Instructions
Render a labeled atlas of a tileset to a PNG: the tileset graphic scaled with a grid, each regular tile's id burned in, passability indicators, and the 7 autotile slots. This is a quick numeric reference, not semantic proof; use create_tileset_identification_harness before assigning map-design roles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | Integer upscale for legibility (default 2) | |
| outPath | No | Output PNG path (default Data/.mcp-preview/tilesetNNN-atlas.png) | |
| tilesetId | Yes | Tileset id (a map's tileset_id) |