Angler Adventures: Lure Guide
Stop guessing. Start matching the pattern.
Angler Adventures: Lure Guide helps bass anglers choose the right lure for the conditions they’re fishing.
Tell the advisor what you’re seeing on the water—structure, clarity, weather, wind, and temperature—and it recommends the best lures to throw right now.
The system is built on the same fishing logic used in the Angler Adventures mobile game, where players learn how bass behavior changes based on environment and conditions. This companion app applies that same decision engine to real-world fishing, using the same environmental logic and original artwork from the game.
Instead of endless gear lists or vague advice, you get ranked recommendations and clear guidance on how to fish each lure.
- Homepage
- tapteach.org
- Remote URL
https://angleradventures.tapteach.org/mcpServer- Auth
- NONE
Tools (3)
Extracted live via the executor SDK.
-
get_lure_recommendationsReturn the top 3 ranked bass lure recommendations from the Angler Adventures 15-lure catalogue for the given conditions. location is required; weather, wind, water_clarity, and water_temp_f are optional but improve accuracy. Only call this directly when the user asks about a specific structure by name. After calling this tool, the widget displays the top picks — output nothing else. CRITICAL: Your final message MUST contain only this tool call. Do not include any natural language text before or after the call. Do NOT describe the lures, explain techniques, or add tips in text. Stop immediately after the tool call. Do NOT call this tool when handling 'what to throw today' or 'where to fish' — use show_lure_picker or rank_fishing_structures instead.
-
show_lure_pickerShow the interactive lure picker widget for the user's current fishing conditions. Call this directly when the user asks what to throw, cast, or use today — no prior weather lookup needed. Pass the user's location if known; location is auto-detected if omitted. The widget shows all 6 fishing structures so the user can tap one and see the best lures. After calling this tool, output nothing — the widget IS the response. CRITICAL: Do not include any natural language text before or after this tool call. Stop immediately.
-
rank_fishing_structuresShow the ranked fishing structures widget for the user's current conditions. Call this directly when the user asks where to fish today or which structures are best — no prior weather lookup needed. Pass the user's location if known; location is auto-detected if omitted. The widget displays all 6 structures ranked best to worst with the top lure for each. After calling this tool, output nothing — the widget IS the response. CRITICAL: Do not include any natural language text before or after this tool call. Stop immediately.