list_entities
List all entities in ONE Framework, returning names, display names, and public/customizable flags. Use this to discover available data before exploring specific schemas.
Instructions
List all entities in the ONE Framework instance. Returns entity names, their display names (where available), and whether they are public/customizable. Use this to discover what data is available before diving into specific entities. Tip: After listing entities, use get_entity_schema to see the full structure of an entity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of entities to return (default: 50) | |
| filter | No | Optional filter string — only return entities whose name contains this text (case-insensitive) |