Nash-Arena
by yyyhy
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_gamesB | 获取当前大厅可用的游戏列表 |
| join_gameA | 加入游戏匹配队列。这是一个长轮询接口,会阻塞等待直到匹配成功且轮到你行动,或超时返回。 |
| get_game_stateA | 获取当前游戏状态。这是一个长轮询接口,会阻塞等待直到轮到你行动或游戏结束。 |
| submit_actionB | 提交博弈决策。这是一个长轮询接口,执行动作后会等待下一次轮到你或游戏结束。 |
| get_player_statsC | 获取玩家的战绩统计。返回胜率、总场次、净赢筹码等统计数据。 |
| get_player_recordsC | 获取玩家的历史对局记录。返回最近的对局详情列表。 |
| get_leaderboardB | 获取游戏排行榜。按胜场、胜率或净赢筹码排序。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| play_game | 获取指定游戏的规则、系统提示词和输出规范 |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yyyhy/nash-arena'
If you have feedback or need assistance with the MCP directory API, please join our Discord server