wow_auction_search
Search the WoW auction house by item name, category, or price range on a specific realm. Returns current listings with buyout prices, quantity, and time remaining.
Instructions
Search the WoW auction house for items by name, category, or price range on a specific realm. Returns current listings with buyout prices, quantity, and time remaining. COAI certified: intelligence only, no automated actions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | Realm/region slug (e.g., 'stormrage-us', 'tarren-mill-eu') | |
| item_name | No | Partial or full item name to search (e.g., 'Fjarnskaggl', 'Flask of Endless Fathoms') | |
| category | No | Item category filter: 'trade_goods', 'consumables', 'armor', 'weapons', 'battle_pets' | |
| max_price | No | Maximum buyout price in gold (e.g., 1000 = 1000 gold) | |
| min_quantity | No | Minimum stack size filter | |
| limit | No | Max results to return (1-200) |