Skip to main content
Glama
deuxksy
by deuxksy

get_game_schema

Retrieve a Steam game's achievements and statistics schema, including achievements, available stats, and stat definitions. Specify the game's App ID and an optional language.

Instructions

게임의 업적과 통계 스키마를 조회합니다.

반환 데이터: 게임의 �적들(achievements), 사용 가능한 통계(availableGameStats), 통계 정의(gameStats) 등을 포함합니다.

사용 예시: app_id=730, language="english"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_idYes게임 스키마를 조회할 게임의 Steam App ID입니다.
languageNo업적 이름과 설명의 언어입니다.english

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description must carry the transparency burden. It discloses the return data (achievements, availableGameStats, gameStats), which is helpful. However, it doesn't mention whether the operation is read-only, any permissions needed, or error conditions. The read-only nature is implied by '조회' but not explicitly stated.

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

Conciseness4/5

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

The description is compact: a one-sentence purpose, a list of return data, and a usage example. It is well-structured and wastes no words. However, there is a minor corrupted character in the text ('�적들'), slightly detracting from polish.

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?

Given the tool's simplicity, an output schema, and full parameter coverage, the description is quite complete. It states the purpose and return contents. It lacks guidance on when to use versus alternatives, but that's covered under usage guidelines. The availability of an output schema reduces the need to explain return values in detail.

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 provides descriptions for both parameters (app_id and language) with 100% coverage. The description adds a concrete usage example, but no additional semantic meaning beyond the schema. Baseline 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 explicitly states the tool retrieves the game's achievement and stats schema, using a specific verb ('조회합니다') and resource ('업적과 통계 스키마'). This distinguishes it from siblings like get_player_achievements (player-specific) and get_game_details (general info).

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

Usage Guidelines4/5

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

The description provides a clear usage example (app_id=730, language='english'), implying this tool is for retrieving schema data. It doesn't explicitly mention when not to use it or name alternatives, but the context is clear enough for an agent to infer appropriate use.

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