Get entity description from Creatio
describe-entityInspect an entity set's schema to retrieve its type, primary keys, and properties with types. Use this before CRUD to ensure field validity.
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. |