get_memory_stats
Retrieve statistical information about short-term memories to monitor memory usage patterns and analyze conversation data for memory management optimization.
Instructions
Get statistical information about short-term memories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conversation_id | No |
Input Schema (JSON Schema)
{
"properties": {
"conversation_id": {
"_def": {
"description": "Optional conversation ID for context",
"innerType": {
"_def": {
"checks": [],
"coerce": false,
"typeName": "ZodString"
},
"~standard": {
"vendor": "zod",
"version": 1
}
},
"typeName": "ZodOptional"
},
"~standard": {
"vendor": "zod",
"version": 1
}
}
},
"required": [],
"type": "object"
}