← Back to all apps

Angler Adventures: Lure Guide

Lifestyleby Adam D. Jones
Launched Mar 11, 2026 on ChatGPT

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.

3ChatGPT Tools
Adam D. JonesDeveloper
LifestyleCategory

Available Tools

Get Lure Recommendations

get_lure_recommendations
Full Description

Return 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.

Parameters (1 required, 4 optional)
Required
locationstring

Fishing location type.

Options:lily-padsgrassrocky-banktimberpierdam
Optional
water_claritystring

Water clarity.

Options:ClearStainedMuddy
water_temp_fnumber

Water temperature in Fahrenheit.

weatherstring

Current weather.

Options:SunnyCloudyRainy
windstring

Wind level.

Options:CalmBreezyWindy

Rank Fishing Structures

rank_fishing_structures
Full Description

Show 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.

Parameters (0 required, 4 optional)
Optional
latnumber

Latitude. Use with lon for precise location.

location_namestring

City, lake, or landmark. Include state for US locations: 'Kearney, MO'. Omit to use auto-detected location.

lonnumber

Longitude. Use with lat.

water_claritystring

Water clarity if known.

Options:ClearStainedMuddy

Show Lure Picker

show_lure_picker
Full Description

Show 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.

Parameters (0 required, 3 optional)
Optional
latnumber

Latitude. Use with lon for precise location.

location_namestring

City, lake, or landmark. Include state for US locations: 'Kearney, MO'. Omit to use auto-detected location.

lonnumber

Longitude. Use with lat.