list_orphan_elements
Identify ArchiMate elements missing relationships or view placement to uncover gaps in your model.
Instructions
List elements with no relationships and/or no view placement.
Useful for finding gaps before completing a model.
Returns:
Success envelope with `data.elements_without_relationships`,
`data.elements_not_in_any_view`, and `data.fully_orphan_elements`
(each a list of element IDs), plus matching count fields.
Errors:
`ModelNotFoundError` if no model is active.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||