Amazon GameLift · Capability

Amazon GameLift Game Operations

Unified workflow capability for game developers and operations teams managing Amazon GameLift resources. Combines fleet management, game session lifecycle, player matchmaking, and scaling operations into a single workflow-oriented interface for multiplayer game infrastructure.

Run with Naftiko Amazon GameLiftGamingGame ServersMultiplayerMatchmakingAWS

What You Can Do

GET
List fleets — List all game server fleets
/v1/fleets
POST
Create fleet — Create a new game server fleet
/v1/fleets
GET
Describe fleet — Get fleet attributes
/v1/fleets/{fleetId}
DELETE
Delete fleet — Delete a fleet
/v1/fleets/{fleetId}
POST
Create game session — Start a new game session
/v1/game-sessions
GET
Search game sessions — Search for active game sessions
/v1/game-sessions
POST
Start placement — Request optimal game session placement
/v1/game-sessions/placement
POST
Create player session — Reserve a player slot in a game session
/v1/player-sessions
POST
Start matchmaking — Submit a matchmaking request
/v1/matchmaking
GET
Describe matchmaking — Get matchmaking ticket status
/v1/matchmaking
PUT
Put scaling policy — Create or update a fleet scaling policy
/v1/scaling-policies
GET
List builds — List all game server builds
/v1/builds
POST
Create build — Create a new game server build
/v1/builds
GET
List aliases — List all fleet aliases
/v1/aliases
POST
Create alias — Create a fleet alias
/v1/aliases

MCP Tools

list-fleets

List all Amazon GameLift game server fleets with their status and configuration

read-only
create-fleet

Create a new game server fleet with specified configuration

describe-fleet-attributes

Get detailed attributes and configuration of a game server fleet

read-only idempotent
describe-fleet-capacity

Get current capacity settings and utilization for a fleet

read-only
update-fleet-capacity

Manually adjust fleet capacity settings

idempotent
create-game-session

Start a new game session on a specific fleet

search-game-sessions

Search for active game sessions with available player slots

read-only
describe-game-sessions

Get metadata on specific game sessions

read-only
start-game-session-placement

Request optimal placement for a new game session across available fleets

create-player-session

Reserve a player slot in an existing game session

start-matchmaking

Submit a matchmaking request to find other players and start a game

describe-matchmaking

Get the status of a matchmaking request

read-only
put-scaling-policy

Create or update a fleet auto-scaling policy

idempotent
describe-scaling-policies

Get current auto-scaling policies for a fleet

read-only
list-builds

List all game server builds uploaded to GameLift

read-only
create-build

Create a new game server build resource

list-aliases

List all fleet aliases defined in the region

read-only
create-alias

Create a fleet alias for traffic routing and fleet transitions

describe-fleet-utilization

Get active server process, game session, and player statistics for a fleet

read-only
describe-fleet-events

View logged events for a fleet during a specified time period

read-only

APIs Used

amazon-gamelift