update_element
Modify a property of an existing StarUML element by specifying its ID, field name, and new value.
Instructions
Set a property on an existing element. Requires staruml-mcp-extension to be installed in StarUML. Install from https://github.com/ezrabrilliant/staruml-mcp-extension
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Element _id | |
| field | Yes | Property name, e.g. 'name', 'documentation', 'visibility' | |
| value | No | New value |