get_tilesets
Lists all tilesets in the project with their IDs, names, modes, and image sheets. Use it to find valid tileset IDs for painting, filling, and tile queries.
Instructions
List every tileset in the project with its id, name, mode (0 world / 1 area), and the image sheets it uses (labelled A1–A4, A5, B–E; empty slots omitted). Use this to discover valid tilesetId values (needed by find_tile, get_tile_catalog, paint_tiles, fill_area, place_object, get_tile_flags, set_tile_flags, check_passability) and to see which sheets each tileset is built from. For a plain id→name list, list_names(type:"tilesets") is even cheaper. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||