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
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_turnA

Return Master of Orion 2's current turn number, read live from DOSBox-X.

Requires DOSBox-X running MOO2 with a game in progress. Raises a descriptive error if the target is unavailable or no game is loaded.

get_empire_statusA

Return the player empire's core stats, read live from DOSBox-X.

Includes the turn and any reverse-engineered empire fields (e.g. treasury). Fields not yet resolved are null and listed in unavailable — never a guessed value. Requires DOSBox-X running MOO2 with a game in progress.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 2 tools

Disambiguation5/5

Each tool targets a distinct aspect of the game state: one returns comprehensive empire stats including turn, treasury, and unavailable fields, while the other returns only the turn number. There is no overlap in purpose.

Naming Consistency5/5

Both tools follow the consistent 'get_{resource}' pattern with snake_case, making their behavior predictable.

Tool Count2/5

With only 2 tools, the server feels undersized for a game interaction domain. A typical MCP server for a game would include a broader set of actions (e.g., send commands, manage colonies) beyond just reading status.

Completeness1/5

The tool surface is severely limited: it provides read-only access to turn and empire status, with no ability to influence the game, issue orders, or manage other game mechanics. This leaves major gaps for any agent trying to interact with the game.

Maintenance

ActivitySlowing
ResponsivenessNo issues