debug-grid-cell
Debug tool for testing coordinate system. Queries a specific cell in the observed voxel grid.
Input
dx: int - Agent-relative X coordinatedy: int - Agent-relative Y coordinatedz: int - Agent-relative Z coordinateradius: int - Optional grid radius (default: 2)
Output
Returns uniform return format with:
value: Summary textdata: Cell dict with:dx, dy, dz: Agent-relative coordinatesblock_id: Block name or nullsolid: boolsupport: bool
Notes
- Hidden from planner catalog (debug/testing only)
- Queries agent-relative coordinates
- Accessible via direct
{"type": "debug-grid-cell"}invocation