plymove.com
plymove.com
live
Unverified (seed import)
AI & Agents
11 tools
imperative implementation
PlyMove is a pedagogical chess engine. Stockfish finds what is best; PlyMove identifies what is worth teaching to a specific learner.
First seen 2026-08-27 · Last seen 2026-08-27 · Source: webmcp.com
Answer 7 · Act 3 · Transact 1 · Score: Not yet scored
Tool inspector
plymove.find_teaching_moments
answer
imperative
Return ranked teaching moments for a full PGN (not full annotation). Core job is async; this WebMCP tool blocks until the MCP gateway returns the final moments list (no client-side job polling). Paid. Prefer explain_game for full annotated commentary.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
pgn |
string | yes | Full game in PGN (headers optional). Must include move text such as 1.e4 e5. Not a single FEN. |
target_elo |
integer | yes | Target learner Elo (400–3500). |
Raw JSON schema
{
"type": "object",
"properties": {
"pgn": {
"type": "string",
"minLength": 20,
"maxLength": 200000,
"description": "Full game in PGN (headers optional). Must include move text such as 1.e4 e5. Not a single FEN."
},
"target_elo": {
"type": "integer",
"minimum": 400,
"maximum": 3500,
"description": "Target learner Elo (400–3500)."
}
},
"required": [
"pgn",
"target_elo"
],
"additionalProperties": false
}
Similar websites
hunchbank.com
hunchbank.com
Let visitors get things done without filling out a single form. Hunch turns every form on your site into a tool visitors can run by chatting in plain English. N…
live
Unverified
AI & Agents
Transact tools
search_1
get_products
search_and_list
extract_page_listings
navigate_flight_search
Inspect tools
cesium-browser-agent.pages.dev
cesium-browser-agent.pages.dev
Cesium Agent Lab
live
Unverified
AI & Agents
flyTo
setView
getView
addMarker
addPolyline
Inspect tools
ejaj.cz
ejaj.cz
ejaj.cz
live
Unverified
AI & Agents
search_ai_tools
get_ai_tool
list_ai_tool_categories
get_newest_ai_tools
get_ai_news
Inspect tools
go.lmm.best
go.lmm.best
go.lmm.best
live
Unverified
AI & Agents
Transact tools
join_go_match
get_go_game_state
wait_for_go_turn
play_go_move
pass_go_turn
Inspect tools