Skip to main content
Glama

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

Tools

Functions exposed to the LLM to take actions

NameDescription
search_storeA

Search the Steam Storefront for games matching a query string to get their Steam AppIDs.

get_store_detailsA

Get detailed Steam storefront metadata for a game (genres, categories, description, developers, metacritic, release date).

get_app_reviewsA

Get Steam player review summaries (review score rating e.g. 'Overwhelmingly Positive', total reviews, positive ratio).

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 3 tools

Disambiguation5/5

Each tool has a distinct purpose: search for games, get metadata, and get reviews. There is no overlap between searching, fetching details, and fetching reviews, so an agent will not confuse them.

Naming Consistency5/5

All tool names follow a clear verb_noun pattern: search_store, get_store_details, get_app_reviews. The consistent use of imperative verbs and specific resource nouns makes the set predictable.

Tool Count5/5

Three tools is an appropriate, focused scope for a Steam storefront server. Each tool provides a necessary capability without unnecessary bloat.

Completeness4/5

The core workflow of searching for a game and viewing its details and reviews is fully covered. Minor gaps exist such as listing trending or new releases, but for the stated purpose of storefront metadata and reviews, the surface is complete enough.

Maintenance

ActivitySlowing
ResponsivenessNo issues