Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
prompts
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_games

获取当前大厅可用的游戏列表

join_game

加入游戏匹配队列。这是一个长轮询接口,会阻塞等待直到匹配成功且轮到你行动,或超时返回。

get_game_state

获取当前游戏状态。这是一个长轮询接口,会阻塞等待直到轮到你行动或游戏结束。

submit_action

提交博弈决策。这是一个长轮询接口,执行动作后会等待下一次轮到你或游戏结束。

get_player_stats

获取玩家的战绩统计。返回胜率、总场次、净赢筹码等统计数据。

get_player_records

获取玩家的历史对局记录。返回最近的对局详情列表。

get_leaderboard

获取游戏排行榜。按胜场、胜率或净赢筹码排序。

Prompts

Interactive templates invoked by user choice

NameDescription
play_game获取指定游戏的规则、系统提示词和输出规范

Resources

Contextual data attached and managed by the client

NameDescription

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