get_performance
Identify slow operations in your mind map system by retrieving performance statistics. Set a threshold to highlight operations exceeding it for targeted optimization.
Instructions
Get performance statistics and identify slow operations in the mind map system
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | No | Get stats for a specific operation (optional - returns all operations if not specified) | |
| include_recent | No | Include recent performance metrics (default: true) | |
| slow_threshold_ms | No | Threshold in milliseconds to identify slow operations (default: 10ms) |