Get entity description from Creatio
describe-entityInspect an entity's schema including type, keys, and properties before CRUD operations to avoid invalid fields.
Instructions
Inspect schema for the given entity set: entity type, primary key(s), and properties with types/nullable. Use this before CRUD to avoid invalid fields. When DataForge is enabled on the environment, this tool transparently returns the richer DataForge column details (source:"dataforge"); otherwise it falls back to exact OData $metadata (source:"odata"). Behaviour and inputs are identical either way.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entitySet | Yes | Entity set name to describe (e.g., Contact, Account). Returns entity type, key fields, and properties with types/nullable. Use this to plan subsequent read/create/update/delete. |