get_graph_statistics
Retrieve statistical overview of the knowledge graph to analyze structure and complexity, including node and edge counts, density, connected components, and degree distribution. Optionally filter by entity types and minimum occurrences.
Instructions
Get statistical overview of the knowledge graph including node count, edge count, density, connected components, and degree distribution. Provides insight into the overall structure and complexity of the knowledge network.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_types | No | Filter graph to specific entity types (optional) | |
| min_occurrences | No | Minimum entity occurrences (default: 2) |