Card snapshot
tools.moddable.games
·
2026-08-16 18:19:52 UTC
·
5a1e2ad0f4ac4d6db1a38dca992e160636b3d638f4063eea433f454388d2e0a6
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": 80,
"capabilities": {
"tools": true,
"prompts": true,
"resources": true
},
"migration": {
"note": "Eight chess-only tools replaced by family-generic play_* tools supporting 6 families and 177 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"
}
}