Build SkyBlock Guide Context
skyblock_guide_contextFetch Hypixel SkyBlock player profile, current mayor, and economy data to create tailored progression guidance.
Instructions
Fetch a profile plus current mayor and economy signals so an AI can write tailored SkyBlock progression advice. Requires HYPIXEL_API_KEY for player/profile data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | No | Minecraft UUID, dashed or undashed. | |
| goals | No | Guide focus areas, for example mining, farming, dungeons, money. | |
| username | No | Minecraft username. Use this when the user gives a name. | |
| profileId | No | Specific SkyBlock profile UUID. | |
| memberUuid | No | Coop member UUID to inspect. Defaults to requested player. | |
| profileName | No | Cute profile name, for example Apple, Lemon, or Coconut. | |
| includeMayor | No | ||
| maxLoreLines | No | ||
| selectedOnly | No | Prefer the selected profile when multiple profiles exist. | |
| includeGarden | No | ||
| includeMuseum | No | ||
| includeRawNbt | No | Include simplified raw NBT for decoded sections. Very large output. | |
| includeEconomy | No | ||
| memberUsername | No | Coop member username to inspect. Defaults to requested player. | |
| decodeInventories | No | ||
| includeAllNbtData | No | Search every base64 NBT payload on the member, not only inventory-like paths. | |
| includeItemDetails | No | Include extra compact ExtraAttributes fields on decoded items. | |
| maxInventorySections | No | ||
| maxItemsPerInventory | No | ||
| inventorySectionPaths | No | Filter decoded inventory sections by case-insensitive path substring, for example wardrobe_contents or backpack_contents. | |
| inventorySectionTypes | No | Filter decoded inventory sections by type. Common values: inventory, wardrobe, armor, equipment, ender_chest, backpack, accessory_bag, potion_bag, fishing_bag, quiver, personal_vault, sack, loadout, container, unknown. Omit or include all for all inventory-like sections. |