okeyamy.github.io
A turn-based stealth roguelite where an AI agent is your remote handler, acting through WebMCP tools while you move the operative.
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 3 · Act 16 · Transact 0 · Score: Not yet scored
Tool inspector
move_operative
Order the operative to walk to a tile, spending 1 AP per step. Set sprint=true to dash up to 3 tiles for 2 AP total — fast but it makes noise that pulls guards. Movement stops early if AP runs out.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
x |
number | yes | Destination column. |
y |
number | yes | Destination row. |
sprint |
boolean | no | Dash instead of sneaking. Faster, but generates a noise event. |
Raw JSON schema
{
"type": "object",
"properties": {
"x": {
"type": "number",
"description": "Destination column."
},
"y": {
"type": "number",
"description": "Destination row."
},
"sprint": {
"type": "boolean",
"description": "Dash instead of sneaking. Faster, but generates a noise event."
}
},
"required": [
"x",
"y"
]
}
Similar websites
tracinginsights.com
Analyze Formula 1 racing data with interactive charts for lap times, live telemetry, timing data and race performance. Explore and Compare drivers across multip…
fiveminutebrief.ai
panoptik-studio.vercel.app
Browser-native demo video editor where humans and AI agents co-edit on the same canvas via WebMCP. No uploads, no server.
webroom.openai.chatgpt.site
A private, browser-based photo editor with precise manual controls and agent-ready WebMCP tools.