Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BATTLE_ARENA_URLNoBase URL of the Battle Arena APIhttps://battle-arena.manus.space

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_strategiesA

List all available battle strategies (both student-created and example strategies). Returns strategy IDs, names, fighting styles, and sources.

get_strategy_codeA

Get the source code of a specific strategy by its ID. Useful for analyzing how a strategy works.

run_battleA

Run a 1v1 battle between two strategies. You can specify strategies by ID (from the available list) or provide custom strategy code. Returns the winner, final HP, and total turns.

run_tournamentA

Run a round-robin tournament between multiple strategies. All strategies fight each other once. Returns a leaderboard with wins/losses and all match results.

get_game_rulesA

Get the game rules and constants (damage values, ranges, stamina costs, grid size, etc.). Useful for understanding the game mechanics when designing strategies.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Oscarlight/battle-arena-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server