get_entity_metrics
Retrieve PageRank, betweenness, degree centrality, and community ID for any entity in the Commodore 64 knowledge graph to understand its importance and role.
Instructions
Retrieve stored graph metrics for a specific entity. Returns PageRank score, betweenness centrality, degree centrality, community ID, entity type, and computation timestamp. Useful for understanding an entity's importance and role in the knowledge graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_text | Yes | Entity to retrieve metrics for (e.g., 'VIC-II', 'SID', 'Commodore 64') | |
| metric_types | No | Specific metrics to retrieve. Leave empty for all metrics. |