get_tilesets
Retrieve all tilesets from the project with ID, name, mode, and image sheets, providing the valid tilesetId values needed for tile editing, painting, and placement tools.
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 | |||