Skip to main content
Glama

steam_getLeaderboardEntries

Retrieve leaderboard scores and rankings for any Steam application using numeric leaderboard ID. Supports global, around-user, and friends-only views.

Instructions

Get leaderboard scores and rankings for a Steam app. Pass the numeric leaderboard ID from your Steamworks dashboard, not the name. Uses the partner API (partner.steam-api.com) which requires a publisher API key with server IP allowlisted in Steamworks. Supports global, around-user, and friends-only views.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appidYesSteam application ID
leaderboardidYesNumeric leaderboard ID from your Steamworks dashboard (Settings > Leaderboards). This is NOT the leaderboard name - use the numeric ID.
rangestartNoStart index for entries (default: 0)
rangeendNoEnd index for entries (default: 100)
datarequestNoRequest type: 0 = Global, 1 = Around user, 2 = Friends (default: 0)
steamidNoSteam ID required for AroundUser (1) and Friends (2) requests
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the API type (partner.steam-api.com), authentication requirements (publisher key, IP allowlisting), and parameter dependencies (steamid needed for certain views). This adds meaningful behavioral context beyond the schema.

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 concise at three sentences, front-loaded with the core purpose, and each sentence adds essential detail without redundancy.

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

Completeness3/5

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

Given the absence of an output schema, the description does not explain the return format (e.g., structure of entries with scores and rankings). While it covers input constraints well, the lack of output context leaves a gap for a tool with 6 parameters and a data retrieval function.

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

Parameters4/5

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

Schema coverage is 100%, but the description adds extra value: it clarifies that leaderboardid is numeric (not name), explains datarequest values (0=global, 1=around-user, 2=friends), and states default ranges (0-100). This improves understanding beyond the schema's descriptions.

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 leaderboard scores and rankings for a Steam app, which is a specific verb and resource. It distinguishes from siblings like steam_getLeaderboardsForGame (lists leaderboards) and steam_uploadLeaderboardScore (posts scores) by focusing on retrieving entries with scores and rankings.

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?

It provides explicit context, such as requiring the numeric leaderboard ID from Steamworks, using the partner API with a publisher key and IP allowlisting, and offering three viewing modes (global, around-user, friends-only). However, it does not explicitly state when not to use this tool or list alternatives.

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

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