Skip to main content
Glama

spawn_equipped_character

Create RPG characters with pre-equipped gear in one API call to reduce multiple operations into a single efficient request.

Instructions

Create a character with equipment from presets in a single call.

REPLACES: create_character + N×(create_item + give_item + equip_item) (8-16 calls → 1 call) TOKEN SAVINGS: ~85%

Equipment can be preset names or full item specs.

Example - Dwarf Fighter: { "name": "Gimli", "race": "Dwarf", "characterClass": "fighter", "level": 5, "stats": { "str": 18, "dex": 12, "con": 16, "int": 10, "wis": 12, "cha": 8 }, "equipment": ["battleaxe", "chain_mail", "shield"], "partyId": "fellowship-123" }

Example - From creature template: { "template": "bandit_captain", "name": "Red Raven", "equipment": ["rapier", "studded_leather"], "characterType": "npc" }

Available equipment presets: All PHB weapons (longsword, shortbow, greataxe...), armor (chain_mail, plate, leather...), and gear (rope, torch, healers_kit...).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
templateNoCreature template to use as base stats
nameYesCharacter name
raceNoHuman
characterClassNofighter
levelNo
statsNo
hpNo
maxHpNo
acNo
equipmentNoEquipment presets to create and equip
characterTypeNopc
partyIdNoParty to add character to
partyRoleNomember
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