memory_stats
Analyze and retrieve optimization status and detailed statistics for a specific memory file to enhance performance and resource management in the Mode Manager MCP server.
Instructions
Get detailed statistics and optimization status for a memory file.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
memory_file | No |
Input Schema (JSON Schema)
{
"properties": {
"memory_file": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Memory File"
}
},
"type": "object"
}