get_graph_stats
Get project knowledge graph statistics: node/edge counts, type distributions, domains, layers, and freshness analysis comparing to the current codebase.
Instructions
Get comprehensive statistics about a project's knowledge graph.
Args: project: Project name. Leave empty if only one project is loaded.
Returns: Statistics: node/edge counts, type distributions, top domains, layers. Includes FRESHNESS ANALYSIS: whether the graph is up-to-date with the current codebase (uses git diff against the commit when the graph was last analyzed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |