Skip to content
Back to Moddable Games Tools

Card snapshot

tools.moddable.games · 2026-08-14 19:08:16 UTC · 6e7f4995c7c9065a59caaa4414489155e41f4f63cce3bc1dfacc989608309542

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": 76,
  "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"
  }
}