ea_get_element
Fetch an Enterprise Architect element's complete details by ID—including note, attributes, operations, diagrams, and constraints—with truncation flags to ensure accurate counts.
Instructions
Get full details of an Enterprise Architect element by its ID, including its Note, attributes, operations, the diagrams it appears on, and its constraints. Attribute multiplicity supports a requiredness inference only when the element uses multiplicities contrastively; read _meta.attributes.multiplicityIsUniform before making that inference — when it is true the element's attributes carry no multiplicity contrast, so a value like 1..1 is not evidence of requiredness. Attributes and operations are capped inline: attributesTruncated/operationsTruncated say whether the returned list is partial, and attributesTotal/operationsTotal give the full counts, so never infer a count from the inline list alone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| elementId | Yes | The Object_ID of the element to retrieve |