Skip to main content
Glama

initialize_session

Start a new RPG game session by creating world, party, characters, and setting starting location in one call instead of multiple separate operations.

Instructions

Initialize a new game session with world, party, and starting location.

REPLACES: create_world + create_party + N×create_character + move_party (6-10 calls → 1 call)

Example: { "worldName": "Forgotten Realms", "partyName": "The Silver Blades", "characters": [ { "name": "Valeros", "race": "Human", "characterClass": "fighter", "equipment": ["longsword", "chain_mail", "shield"] }, { "name": "Seoni", "race": "Human", "characterClass": "sorcerer", "equipment": ["quarterstaff"] } ], "startingLocation": { "name": "Sandpoint", "x": 50, "y": 50 } }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
worldNameNoNew World
worldSeedNo
partyNameYes
charactersYes
startingLocationNo
sessionIdNo

Other Tools

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/Mnehmos/rpg-mcp'

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