Skip to main content
Glama

MemoryMesh

by CheMiguel23

update_player_character

Modify player character attributes like name, age, gender, status, and equipment in the MemoryMesh MCP server's knowledge graph. Update metadata and background details for enhanced character management.

Instructions

Update an existing player_character in the knowledge graph

Input Schema

NameRequiredDescriptionDefault
update_player_characterYes

Input Schema (JSON Schema)

{ "properties": { "update_player_character": { "additionalProperties": { "description": "Any additional properties", "type": "string" }, "properties": { "age": { "description": "Player character's age", "type": "string" }, "background": { "description": "The background story of the player character", "type": "string" }, "description": { "description": "A detailed description of the player character", "type": "string" }, "equipment": { "description": "List of equipment items associated with the player character", "items": { "description": "Item in equipment array", "type": "string" }, "type": "array" }, "gender": { "description": "Player character's gender", "type": "string" }, "metadata": { "description": "An array of metadata contents to replace the existing metadata", "items": { "description": "Item in metadata array", "type": "string" }, "type": "array" }, "name": { "description": "Player character's name", "type": "string" }, "occupation": { "description": "Player character's occupation", "type": "string" }, "race": { "description": "Player character's race", "type": "string" }, "status": { "description": "Player character's current status", "type": "string" } }, "required": [], "type": "object" } }, "required": [ "update_player_character" ], "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