inspect_active_model
Inspect your active ArchiMate model: view summary, type counts, validation issues, orphans, and get recommended next actions without extracting full source code.
Instructions
Inspect the active model without dumping full XML or source code.
Use this immediately after loading an existing model and before
editing. It combines model info, summaries, type counts, visual
validation, compact semantic validation, compact orphan summaries,
and recommended next calls.
Args:
include_semantic_validation: Include compact semantic validation
summary. Defaults to true.
include_orphans: Include compact orphan element summary.
Defaults to true.
sample_limit: Maximum number of issue/orphan examples to include.
Clamped to 0-50.
Returns:
Success envelope with compact inspection data.
Errors:
`ModelNotFoundError` if no model is active.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sample_limit | No | ||
| include_orphans | No | ||
| include_semantic_validation | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||