inspect_active_model
Inspect the active ArchiMate model to get a compact overview including model info, element counts, validation issues, and orphan elements before making edits.
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 | |||