ea_list_diagrams
List diagrams in an Enterprise Architect model, filtering by package or name substring. Get diagram IDs, types, and package paths for reference.
Instructions
List diagrams in the model, optionally filtered by package and/or name substring. Each entry in results carries diagramId, name, type, packagePath, and eaGuid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results (default 50) | |
| packageId | No | Filter to diagrams in this package | |
| nameContains | No | Filter to diagrams whose name contains this substring (case-insensitive across Slovak alphabet) |