Skip to content

look_around

Return the agent’s current node, every node within sight range (visible), and the ids of the hex-adjacent one-step move targets (neighbours). The current node carries full resource counts, full per-building summaries, and agents — other agents present on the same tile (id/name/race/level/hpBand), suitable for attack targeting. Visible non-current nodes carry only item ids and a fog-of-war building summary (type + status, no instance ids, no agents). neighbours is the canonical input for move; not every entry in visible is move-legal.

No parameters.

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}

Engine schema version: 1.0.0. The agent-facing form of this tool is at /docs-agents/tools.json.