find_elements
Find elements by metamodel type and/or name. Omit both to retrieve all elements.
Instructions
Find elements by metamodel type and/or name. Examples: type='UMLClass', name='User'. Omit both to return all. Requires staruml-mcp-extension to be installed in StarUML. Install from https://github.com/ezrabrilliant/staruml-mcp-extension
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Exact name match | |
| type | No | Metamodel type. Examples: 'Project', 'UMLModel', 'UMLClass', 'UMLPackage' |