Skip to main content
Glama

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
NameRequiredDescriptionDefault
mac_addrYes玩家唯一标识符
game_idNo游戏ID(可选,不填则返回所有游戏的记录)
limitNo返回记录数量限制,默认50
offsetNo分页偏移量,默认0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions the tool returns recent game details in a list format, but doesn't describe important behavioral aspects like whether this is a read-only operation, potential rate limits, authentication requirements, error conditions, or what 'recent' means temporally.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise with just two sentences that directly state the tool's purpose and return format. Every word serves a purpose with zero waste or redundancy, making it easy to parse and understand quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 4 parameters, no annotations, and no output schema, the description is insufficient. It doesn't explain the return format beyond 'list of recent game details,' doesn't mention behavioral constraints, and provides no usage context. The description should do more to compensate for the lack of structured metadata.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description coverage is 100%, so the schema already documents all parameters thoroughly. The description doesn't add any meaningful parameter semantics beyond what's in the schema - it doesn't explain parameter relationships, usage patterns, or provide examples that go beyond the schema documentation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: '获取玩家的历史对局记录' (get player's historical game records) and specifies the return format '返回最近的对局详情列表' (returns a list of recent game details). It uses a specific verb+resource combination but doesn't explicitly differentiate from siblings like get_player_stats.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention when this tool is appropriate compared to siblings like get_player_stats or get_leaderboard, nor does it specify any prerequisites or exclusions for usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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