Look Up SkyBlock Item
skyblock_itemRetrieve official Hypixel SkyBlock item metadata including tier, stats, and NPC price, plus live Bazaar or lowest-BIN value. Supports wiki context and fuzzy search.
Instructions
Look up a single SkyBlock item by ID or name and return its official metadata (tier, category, stats, NPC price, museum/soulbound flags) plus a live value: full Bazaar buy/sell/spread/volume for Bazaar items, or a lowest-BIN price when an external source is configured, otherwise a clear auction-only note. Set includeWiki for official Hypixel SkyBlock Wiki obtaining/usage/upgrading/history context. Ambiguous searches return candidate IDs instead of guessing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | No | Exact SkyBlock item ID, for example HYPERION or ENCHANTED_DIAMOND. | |
| search | No | Item name or substring when the exact ID is unknown. | |
| priceBasis | No | Price basis used only for the lowest-BIN fallback. | buy |
| includeWiki | No | Fetch official Hypixel SkyBlock Wiki context for the resolved item. | |
| maxCandidates | No | Max candidate IDs to return for an ambiguous search. | |
| includeBazaarOrders | No | Include top Bazaar buy/sell order summaries for Bazaar items. | |
| maxWikiSectionChars | No | Maximum characters per wiki section when includeWiki is true. |