Skip to main content
Glama

Memory Custom

by BRO3886

add_observations

Add new observation contents to existing entities in the knowledge graph to enhance entity data and improve interaction tracking within the Memory Custom MCP server.

Instructions

Add new observations to existing entities in the knowledge graph

Input Schema

NameRequiredDescriptionDefault
observationsYes

Input Schema (JSON Schema)

{ "properties": { "observations": { "items": { "properties": { "contents": { "description": "An array of observation contents to add", "items": { "type": "string" }, "type": "array" }, "entityName": { "description": "The name of the entity to add the observations to", "type": "string" } }, "required": [ "entityName", "contents" ], "type": "object" }, "type": "array" } }, "required": [ "observations" ], "type": "object" }

You must be authenticated.

Other Tools from Memory Custom

Related Tools

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/BRO3886/mcp-memory-custom'

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