get_cluster_insights
Retrieve detailed analytics for a memory cluster using its UUID to analyze performance and usage within the AGI MCP Server environment.
Instructions
Get detailed analytics for a memory cluster
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cluster_id | Yes | UUID of the cluster |
Input Schema (JSON Schema)
{
"properties": {
"cluster_id": {
"description": "UUID of the cluster",
"type": "string"
}
},
"required": [
"cluster_id"
],
"type": "object"
}