Skip to main content
Glama

loot_encounter

Collect all items from defeated enemies in a single action to save time and reduce API calls. Transfer loot to a character or distribute among party members with customizable options.

Instructions

Loot all corpses from an encounter in a single call.

REPLACES: list_corpses_in_encounter + N×loot_corpse (5-10 calls → 1 call) TOKEN SAVINGS: ~85%

Automatically:

  • Finds all corpses from the encounter

  • Transfers all loot to specified character (or distributes to party)

  • Optionally includes currency/gold distribution

  • Returns comprehensive loot summary

Example - Single looter: { "encounterId": "encounter-123", "looterId": "char-456" }

Example - Distribute to party: { "encounterId": "encounter-123", "partyId": "party-789", "distributeEvenly": true }

Example - Selective looting: { "encounterId": "encounter-123", "looterId": "char-456", "includeItems": true, "includeCurrency": true, "includeHarvestable": false }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
encounterIdYesThe encounter ID to loot corpses from
looterIdNoCharacter ID to receive all loot
partyIdNoParty ID for distributing loot among members
distributeEvenlyNoIf true with partyId, distribute items round-robin to party members
includeItemsNoInclude equipment and items
includeCurrencyNoInclude gold/silver/copper
includeHarvestableNoAuto-harvest resources (may fail without skill check)
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