count_by_type
Count active ArchiMate model elements and relationships grouped by type. Returns element and relationship counts per type for quick analysis.
Instructions
Count active model content grouped by ArchiMate type.
Returns:
Success envelope with `data.elements_by_type` and
`data.relationships_by_type`, each a dict of type name to count.
Errors:
`ModelNotFoundError` if no model is active.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||