get_player_records
Retrieve historical match records for players in the Nash-Arena MCP server. Returns recent game details by player identifier, with optional filtering by game type and pagination controls.
Instructions
获取玩家的历史对局记录。返回最近的对局详情列表。
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mac_addr | Yes | 玩家唯一标识符 | |
| game_id | No | 游戏ID(可选,不填则返回所有游戏的记录) | |
| limit | No | 返回记录数量限制,默认50 | |
| offset | No | 分页偏移量,默认0 |