Skip to content

get_loadout

Return everything the agent is carrying: stackable inventory entries (itemId + quantity + catalog rarity) plus per-instance equipment. The equipment block lists every defined slot in stable order with the instance currently in it (or null if empty), plus a stash of per-instance gear owned but not slotted. Read-only.

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.