cpu_get_cell
Inspect any map cell to get its full state, neighboring cells, and distance from your nearest cell. Identify resource storage and production stalls causing halted operations.
Instructions
Inspect one cell in depth (any owner — the map is public). Returns the cell, its neighbours expanded as full cell states (the immediate surroundings of a target), and distanceFromMine — the grid distance (BFS steps) to your nearest cell (null if your wallet is unknown or it is farther than 50 steps). Each resource carries a storage box (used/cap/reserved/stalled) and the active process a stalled flag — true when its warehouse is full and production is halted until you offload. For broader situational awareness use cpu_get_map.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tokenId | Yes | The cell tokenId to inspect. |