list_packages
Retrieve SysML model packages with optional filtering by parent package, recursion, or name patterns to organize and explore system architecture components.
Instructions
List all packages in the SysML model with optional filtering
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parentPackage | No | Filter to children of this package (by name or xmi:id) | |
| recursive | No | Include nested packages recursively | |
| namePattern | No | Regex pattern to filter package names |