Skip to main content
Glama

Memory MCP Server

update_entity

Modify an existing entity by updating its name, adding new observations, or editing metadata while preserving previous data in the Memory MCP Server.

Instructions

Update an existing entity, preserving previous observations

Input Schema

NameRequiredDescriptionDefault
metadataNoPartial metadata to update (optional)
nameYesName of the entity to update
observationsNoNew observations (optional)

Input Schema (JSON Schema)

{ "properties": { "metadata": { "description": "Partial metadata to update (optional)", "type": "object" }, "name": { "description": "Name of the entity to update", "type": "string" }, "observations": { "description": "New observations (optional)", "items": { "type": "string" }, "type": "array" } }, "required": [ "name" ], "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/grizzlypeaksoftware/mcp-memory-server'

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