Inspect a region (cell list)
inspect_regionList the SOLID cells in a grid box. Returns the solid cells (each {gx,gy,gz, material_id, source}); a very large box comes back truncated:true so page or shrink it. Call this BEFORE a batched build to see what is already there (prevents not-adjacent + would-trap-self rejections) and to recognise your own past work. Grid→world: x=gx0.5, y=2.0+gy0.5, z=gz*0.5. material_id is null for procedural ground nobody placed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | Yes | Max grid corner [gx,gy,gz]. A very large box returns truncated:true (page or shrink). | |
| min | Yes | Min grid corner [gx,gy,gz]. | |
| space | Yes |