Connection check
verified live · 26h ago
gueguesser-chatgptapp
Geography Guesser game
Tools
4
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http, sse
Last checked
26h ago
Tools & capabilities
4 toolsRead from the running server on 26h ago.
geoguessr
read-only
Start a GeoGuessr game. Shows a random Street View location for the user to guess the country. Use this tool when: - User wants to play GeoGuessr - User says "let's play" or… Start a GeoGuessr game. Shows a random Street View location for the user to guess the country. Use this tool when: - User wants to play GeoGuessr - User says "let's play" or "start a game" - User wants to guess locations IMPORTANT INSTRUCTIONS FOR THE AGENT: - Do NOT reveal the country under any circumstances until the user explicitly gives up - When user makes a guess, use the validate_guess tool to check if it's correct - When user asks for a hint, use the get_hint tool (start with level 1, then 2, 3, 4) - Only use reveal_answer when user explicitly says "I give up" or similar - After a correct guess or reveal, ask if they want to play again
get_hint
read-only
hintLevel*locationId*
Get a hint for the current GeoGuessr location. Call this when: - User asks for a hint - User says "help me" or "I need a clue" - User is stuck and needs guidance Hint level… Get a hint for the current GeoGuessr location. Call this when: - User asks for a hint - User says "help me" or "I need a clue" - User is stuck and needs guidance Hint levels (use progressively, don't skip ahead): - Level 1: Continent (e.g., "Europe") - Level 2: Region (e.g., "Western Europe") - Level 3: Language on signs (e.g., "French") - Level 4: Neighboring countries Start with level 1, then give level 2 if they need more help, etc.
reveal_answer
read-only
locationId*
Reveal the answer for the current GeoGuessr game. ⚠️ ONLY call this tool when: - User explicitly says "I give up" - User says "tell me the answer" - User says "I surrender"… Reveal the answer for the current GeoGuessr game. ⚠️ ONLY call this tool when: - User explicitly says "I give up" - User says "tell me the answer" - User says "I surrender" or similar Do NOT call this if: - User is still guessing - User just asked for a hint - User said "I don't know" but hasn't given up
validate_guess
read-only
guess*locationId*