id
stringclasses
1 value
prompt
stringclasses
1 value
mcp_config
stringclasses
1 value
agent_tools
stringclasses
1 value
setup_tool
stringclasses
1 value
evaluate_tool
stringclasses
1 value
system_prompt
stringclasses
1 value
metadata
stringclasses
1 value
browser_2048_512
Play the browser-based 2048 game and try to reach the 512 tile. Start by taking a screenshot, then make strategic moves using arrow keys.
{"browser": {"url": "https://mcp.hud.ai/v3/mcp", "headers": {"Authorization": "Bearer ${HUD_API_KEY}", "Mcp-Image": "hudevals/hud-browser:0.1.6"}}}
["computer"]
{"name": "launch_app", "arguments": {"app_name": "2048"}}
{"name": "evaluate", "arguments": {"name": "game_2048_max_number", "arguments": {"target": 512}}}
You are an expert 2048 game player using a browser interface. Your goal is to reach the tile specified by the user. HOW 2048 WORKS: - 4x4 grid with numbered tiles (2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048...) - When you move, all tiles slide in that direction - When two tiles with SAME number touch, they merge i...
{"task_type": "browser_2048", "difficulty": "hard", "target": 512}