Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ITAD_API_KEYYesYour IsThereAnyDeal API key

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_gamesB

Search IsThereAnyDeal (ITAD) for games matching a title query to get their internal ITAD UUIDs.

lookup_gameA

Lookup ITAD game metadata and internal ITAD UUID using a Steam AppID or game title.

get_game_pricesA

Get current prices and discounts across digital storefronts (Steam, GOG, Epic, Humble, Fanatical, etc.) for one or more ITAD game UUIDs.

get_historical_lowA

Get all-time historical low prices across digital storefronts for one or more ITAD game UUIDs.

get_active_dealsA

Get top active game discounts across digital storefronts filtered by minimum discount percentage.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 5 tools

Disambiguation4/5

Search and lookup have similar purposes, but search is fuzzy matching with multiple results while lookup is precise by AppID or exact title. Price, historical low, and active deals are clearly distinct.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern: search_games, lookup_game, get_game_prices, get_historical_low, get_active_deals. Minor synonym variations (search vs lookup) are natural and do not break consistency.

Tool Count5/5

Five tools is well-scoped for a game deals server, covering search, metadata lookup, pricing, historical lows, and active deals without unnecessary bloat or missing essentials.

Completeness4/5

The surface covers the main workflows: finding games, retrieving prices, checking lows, and browsing deals. A price history graph or wishlist feature would be a nice addition, but the core domain is well covered.

Maintenance

ActivitySlowing
ResponsivenessNo issues