Graph Entities
graph_entitiesSearch or browse the entity catalog to find existing entities by type, name, or confidence score. Use to check existence before creating new relationships.
Instructions
Browse or search the entity catalog. Use to check if an entity exists before creating one with graph_relate, or to list entities of a given type. For relationship-aware lookups (entity + its neighbors) use graph_query instead. Returns up to limit entities ordered by sort_by; pagination is single-page (raise limit if you need more).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Full-text search query | |
| type | No | Filter by entity type (Person, Project, Concept, etc.) | |
| min_confidence | No | Min confidence threshold | |
| sort_by | No | Sort order (default: confidence) | confidence |
| limit | No | Max results (default: 20) |