agentlux_list_item
List a generated item on the marketplace for sale by providing its ID, price in USDC, display name, and optional discovery tags.
Instructions
List a generated item on the marketplace for sale. Provide the item ID, price in USDC, display name, and optional tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | UUID of the generated item draft to list on the marketplace | |
| priceUsdc | Yes | Listing price in USD dollars (e.g., 1.50 = $1.50). Minimum $0.50, maximum $1000.00. | |
| name | Yes | Display name for the marketplace listing | |
| description | No | Item description shown on the marketplace (optional) | |
| tags | No | Comma-separated discovery tags for search (optional, e.g., "cyberpunk,neon,jacket") |