Skip to main content
Glama
deuxksy
by deuxksy

get_recently_played_games

Retrieve recently played games for a Steam user, including app IDs, names, two-week playtime, and total playtime. Pass a Steam ID and optional count (up to 50) to return the list.

Instructions

최근 플레이한 게임 목록을 조회합니다.

반환 데이터: 최근에 플레이한 게임들의 App ID, 이름, 최근 2주간 플레이시간, 총 플레이시간 등을 포함합니다.

사용 예시: steam_id="76561198000000000", count=10

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNo반환할 최근 게임 수입니다. 최대 50개까지 가능합니다.
steam_idYes최근 플레이한 게임을 조회할 사용자의 64-bit Steam ID입니다.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior1/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does not mention authentication, rate limits, side effects, or any constraints beyond the returned data. This is a significant gap for a tool that performs an external API call.

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 succinct, comprising a purpose statement, bullet-like return data summary, and an example. Every sentence contributes meaningful information without redundancy or verbosity.

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

Completeness4/5

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

For a simple read-only tool with two parameters and an output schema (as indicated by context signals), the description covers the essential purpose and return fields. It lacks usage guidelines and transparency details, but considering the low complexity and schema richness, it is largely complete.

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 input schema already thoroughly describes both parameters (steam_id and count, with default and max). The description adds a usage example, which is helpful but does not provide additional semantic meaning beyond the schema. With 100% schema coverage, a baseline of 3 is appropriate.

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

Purpose5/5

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

The description clearly states the tool retrieves a list of recently played games (최근 플레이한 게임 목록을 조회합니다). It specifies the resource and verb, and the return data (App ID, name, playtime) distinguishes it from siblings like get_owned_games or get_user_profile.

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 explicit guidance on when to use this tool versus alternatives. It includes a usage example but does not mention exclusions or compare with sibling tools like get_owned_games. Usage context is only implied by the tool's name and purpose.

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/deuxksy/mcp-server-steam'

If you have feedback or need assistance with the MCP directory API, please join our Discord server