Skip to main content
Glama

MemoryMesh

by CheMiguel23

add_inventory

Add or update inventory data for characters, entities, or locations in MemoryMesh. Specify items, owner, and inventory name to manage storage efficiently.

Instructions

A collection of items or equipment belonging to a character, entity, or location.

Input Schema

NameRequiredDescriptionDefault
inventoryYes

Input Schema (JSON Schema)

{ "properties": { "inventory": { "additionalProperties": { "description": "Additional property value", "type": "string" }, "properties": { "items": { "description": "List of items in the inventory.", "items": { "description": "Item in items array", "type": "string" }, "type": "array" }, "name": { "description": "[Entity]_inventory.", "type": "string" }, "owner": { "description": "The entity that owns this inventory.", "items": { "description": "Item in owner array", "type": "string" }, "type": "array" } }, "required": [ "name", "owner", "items" ], "type": "object" } }, "required": [ "inventory" ], "type": "object" }

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/CheMiguel23/MemoryMesh'

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