Get Graph Entities
mirofish_get_entitiesRetrieve knowledge graph entities filtered by type, optionally including related edges to gain enriched context.
Instructions
Get all filtered entities from a knowledge graph. Only returns nodes matching predefined entity types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enrich | No | Whether to include related edge information | |
| graph_id | Yes | The graph ID | |
| entity_types | No | Comma-separated entity types to filter (e.g. 'Student,PublicFigure') |