get_memory_stats
Retrieve current memory usage statistics for the image store to monitor capacity and troubleshoot performance issues.
Instructions
Get current memory usage statistics for the image store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_mb | Yes | Current memory usage in MB | |
| max_images | Yes | Maximum allowed images | |
| image_count | Yes | Number of images in store | |
| undo_levels | Yes | Maximum undo history per image | |
| max_memory_mb | Yes | Maximum allowed memory in MB |