summarize_view
Get a summary of an ArchiMate view including node count, connection count, and missing relationships that can be drawn.
Instructions
Summarize a single view: node count, connection count, gaps.
Args:
view_id: ID of the view to summarize.
Returns:
Success envelope with `data` containing the view name, node
count, connection count, and relationships that could still be
connected (both endpoints visible) but are not yet drawn.
Errors:
`ModelNotFoundError` if no model is active.
`ViewNotFoundError` when `view_id` is unknown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||