Card snapshot
tools.moddable.games
·
2026-08-10 10:47:28 UTC
·
dcaa6ab45cfd89c2309da2edc3850f767ce66ca743662c55fd7060fe3b729303
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"schema_version": "2025-03-26",
"name": "Moddable Games Tools",
"description": "Board game AI tools: 6 playable families, hex maps, puzzles, dice, oracles, RPG entities, rules search, and more.",
"url": "https://tools.moddable.games/mcp",
"transport": [
"sse",
"streamable-http"
],
"authentication": null,
"tools": 75,
"capabilities": {
"tools": true,
"prompts": true,
"resources": true
},
"migration": {
"note": "Eight chess-only tools replaced by family-generic play_* tools supporting 6 families and 133 variants.",
"deprecated": {
"chess_list_variants": "play_list_variants",
"chess_get_legal_moves": "play_create_game + play_get_moves",
"chess_analyze_position": "play_suggest_move",
"chess_make_move": "play_apply_move",
"chess_validate_move": "play_validate_move",
"chess_get_status": "play_check_status",
"chess_render_svg": "play_render_board",
"chess_make_moves": "play_make_moves"
},
"removed": {
"chess_get_opening_book": "No replacement (engine#98)"
},
"removal_version": "1.0.0"
}
}