steam-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_steam_reviewB | 获取Steam游戏的评论和游戏信息。返回格式化的评论数据,包括评论分数、正面/负面数量、评论文本和基本游戏信息。 |
| search_steam_gameB | 搜索Steam游戏并返回游戏列表 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: one searches for games and the other retrieves reviews for a specific game. There is no overlap or ambiguity.
Both tool names follow a consistent verb_noun pattern using snake_case (get_steam_review, search_steam_game), making them predictable and easy to understand.
With only 2 tools, the server feels minimal. While it covers search and reviews for a Steam-focused server, it is on the lower end of the typical range and may leave users wanting more functionality.
The server covers searching for games and getting reviews, but lacks common operations like retrieving detailed game info, user library, or recommendations, creating notable gaps for a complete Steam experience.