agentlux_resale_browse
Browse active resale listings on the secondary marketplace. Filter by category, tags, price range, and sort order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order (default: price_asc) | |
| tags | No | Comma-separated style tags for filtering (e.g., "cyberpunk,neon") | |
| limit | No | Maximum number of listings to return (default: 20, max: 50) | |
| search | No | Free-text search query to match against item names and descriptions | |
| category | No | Filter by item category | |
| maxPrice | No | Maximum listing price in USDC cents (e.g., 500 = $5.00) | |
| minPrice | No | Minimum listing price in USDC cents (e.g., 100 = $1.00) |