ofp_entity
Retrieve the full canonical entity definition: field types, required flags, primary key, relationships, and physical table. Pass the domain when known to resolve ambiguous names.
Instructions
Get one canonical entity in full (free): fields with types and required flags, primary key, relationships, and the physical database table implementing it. Pass domain whenever you know it — 48 entity names are defined in more than one domain (Country is in four), and without it the call fails rather than guessing which one you meant.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Entity name, e.g. "Product Carbon Footprint" | |
| domain | No | Model domain, e.g. "Product Life Cycle" |