Skip to main content
Glama
PhilipLudington

gamelegend-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 1 tool

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count2/5

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.

Completeness1/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues