Skip to main content
Glama

batch_distribute_items

Distribute items to multiple RPG characters simultaneously for starting equipment, loot allocation, or quest rewards.

Instructions

Give items to multiple characters at once. Perfect for starting equipment, loot distribution, or quest rewards.

Example - Give starting equipment: { "distributions": [ { "characterId": "char-1", "items": ["Longsword", "Chain Mail", "Shield"] }, { "characterId": "char-2", "items": ["Staff", "Spellbook", "Component Pouch"] }, { "characterId": "char-3", "items": ["Shortbow", "Leather Armor", "Thieves' Tools"] } ] }

Example - Distribute loot: { "distributions": [ { "characterId": "party-leader", "items": ["Gold Ring", "Healing Potion"] }, { "characterId": "wizard", "items": ["Scroll of Fireball", "Wand of Magic Missiles"] } ] }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
distributionsYesDistribution list (1-20 recipients)
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