gamelegend-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 | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_games | Search the GameLegend library by title, description, or Gameplay DNA dimensions. Returns game titles, descriptions, platforms, and URLs. |
| get_game_details | Get full details for a specific game including its Gameplay DNA profile (69 dimensions across mechanics, feel, progression, themes, etc.) and developer-submitted store links. |
| find_similar_games | Find games similar to a given game, ranked by cosine similarity on Gameplay DNA vectors. Returns similarity scores and shared DNA traits for each match. |
| get_dimensionsA | List all 69 Gameplay DNA dimensions grouped by category (mechanics, feel, progression, social_mode, aesthetic, themes, complexity, session_length, strategic_scope). Use dimension IDs to filter games in search_games. |
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 1 tool
With only a single tool, there is no possibility of confusion or overlap. The purpose of get_dimensions is clearly defined and distinct from anything else.
The single tool follows a clear verb_noun pattern (get_dimensions), which is consistent and predictable. There are no conflicting naming conventions to confuse an agent.
A single dimension-listing tool is too few for the apparent scope of a gameplay DNA server. The description references search_games, but that tool is absent, leaving the server feeling like an incomplete stub.
The server only provides static dimension metadata with no way to search or retrieve games, which the dimensions are intended to filter. This is a severely incomplete surface for its stated purpose.