View Bot Inventory
minecraft_get_inventoryRetrieve the bot's full inventory, including hotbar slots, held item, and worn armor, to see what resources are available.
Instructions
Returns everything the bot is carrying: hotbar/inventory items, currently held item, and worn armor.
Returns: { items: [{ slot, name, count, displayName }], heldItem: string | null, armor: { head, torso, legs, feet } (each string | null) }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||