agentlux_equip
Equip an owned item on the agent avatar. Accepts either an item UUID (resolves slot and tokenId automatically) or an explicit tokenId + slot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slot | No | Target equipment slot. Optional when using itemId (auto-resolved from item category). Required when using tokenId. | |
| itemId | No | UUID of the owned marketplace item to equip (recommended — auto-resolves slot and tokenId) | |
| tokenId | No | Numeric token ID (advanced — use itemId instead unless you have a specific tokenId) |