Skip to main content
Glama

batch_create_npcs

Generate multiple NPCs with specified roles and attributes to populate RPG game locations. Create groups of characters like blacksmiths, innkeepers, or guards for settlements and villages.

Instructions

Generate NPCs for a settlement or location. Creates a group of NPCs with specified roles.

Roles are flexible strings - use any profession like "blacksmith", "innkeeper", "guard captain", etc.

Example - Populate a village: { "locationName": "Thornwood Village", "npcs": [ { "name": "Marta", "role": "Innkeeper", "race": "Human" }, { "name": "Grom", "role": "Blacksmith", "race": "Dwarf" }, { "name": "Elara", "role": "Herbalist", "race": "Half-Elf" }, { "name": "Captain Vance", "role": "Guard Captain", "race": "Human" } ] }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
locationNameNoName of the location these NPCs belong to
npcsYesArray of NPCs to create (1-50)
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