Graph Status
Quickly view the status of the OpenTrace knowledge graph with indexed node and edge counts.
Show an overview of what's indexed in the OpenTrace knowledge graph.
- Call
get_statsto get total node count, total edge count, and counts by node type. - Present a summary table showing:
- Node type and count for each type that has at least 1 node
- Totals for nodes and edges
- List all repositories by calling
list_nodeswith type "Repository" (also try "Repo" if empty). - List all services by calling
list_nodeswith type "Service".
Format the output as a clean summary:
## OpenTrace Graph Status
| Type | Count |
|------|-------|
| ... | ... |
| **Total nodes** | ... |
| **Total edges** | ... |
### Repositories
- repo1
- repo2
### Services
- service1
- service2