get_entity_catalogue
Retrieve a filterable catalogue of registered entities to find entity IDs for linking business concepts to measured features. Search by name, kind, or product area.
Instructions
The registered-entity catalogue (features grouped by product area), filterable and paginated. Use this to pick entity ids when linking a concept to what it measures ("map on meaning, not just literal words"). Prefer search/kind filters over paging through everything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area | No | Restrict features to one product area (name substring). | |
| kind | No | Restrict to one kind. | |
| limit | No | Max entities to return. | |
| offset | No | Entities to skip (pagination). | |
| search | No | Case-insensitive substring on entity name. |