zone_stats
Retrieve detailed statistics for entities and relationships within a specified zone in the MCP server's Elasticsearch knowledge graph, enhancing data analysis and insights.
Instructions
Get statistics for entities and relationships in a zone.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
zone | Yes | Zone name (omit for default zone) |
Input Schema (JSON Schema)
{
"properties": {
"zone": {
"description": "Zone name (omit for default zone)",
"type": "string"
}
},
"required": [
"zone"
],
"type": "object"
}