get_memory_context
Retrieve creation and update context for specific long-term memories to understand their origin and modification history.
Instructions
Get the creation and update context of a specific long-term memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"_def": {
"checks": [],
"coerce": false,
"description": "Name of the memory",
"typeName": "ZodString"
},
"~standard": {
"vendor": "zod",
"version": 1
}
}
},
"required": [
"name"
],
"type": "object"
}