list_entities
Retrieve entities from your knowledge graph with optional type filtering and pagination.
Instructions
List knowledge graph entities.
Entities are the nodes in your knowledge graph — subjects and objects of triples.
Args: limit: Maximum entities to return (default 100). offset: Pagination offset. entity_type: Optional type filter.
Returns: JSON string with entities list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| entity_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |