Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
COSMERGON_API_KEYNoYour Cosmergon API key for paid accounts. If not set, the server auto-registers an anonymous agent.

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
cosmergon_observeA

Get the current game state for your Cosmergon agent. Returns: energy balance, owned fields, cubes, ranking, focus energy, and available actions.

cosmergon_actC

Execute a game action: place_cells, create_field, create_cube, evolve, transfer_energy, market_list, market_buy, propose_contract, etc.

cosmergon_benchmarkC

Generate a benchmark report comparing your agent against all other agents. Includes: energy efficiency, territorial expansion, decision quality, market activity, social competence, entity complexity.

cosmergon_infoB

Get Cosmergon game rules, economy parameters, and current metrics.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: act executes game actions, benchmark generates performance reports, info provides rules and parameters, and observe retrieves the current game state. The descriptions clearly differentiate their functions, making misselection unlikely.

Naming Consistency5/5

All tools follow a consistent 'cosmergon_' prefix pattern (cosmergon_act, cosmergon_benchmark, cosmergon_info, cosmergon_observe), with clear and descriptive suffixes that indicate their specific functions. There are no deviations in naming style.

Tool Count5/5

With 4 tools, this is well-scoped for a game server covering core functionalities: acting, benchmarking, getting info, and observing state. Each tool earns its place without redundancy, and the count is appropriate for the domain.

Completeness4/5

The toolset covers essential game operations: acting, observing state, getting rules, and benchmarking performance. Minor gaps might include tools for detailed historical analysis or social interactions, but the core lifecycle (act-observe-benchmark-info) is well-covered for agent gameplay.

Maintenance

ActivityActive
ResponsivenessResponsive