mmar_create_attribute_for_class
Add a new attribute to an existing class in a metamodel by providing the class UUID and attribute details including name, type, default value, sequence, and UI component.
Instructions
Add a new attribute to an existing class. The attribute_data must include uuid, name, attribute_type (with uuid and name of an existing AttributeType), default_value, sequence, and ui_component.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_uuid | Yes | The UUID of the Class to add the attribute to | |
| attribute_data | Yes | JSON string of the Attribute data: { uuid, name, attribute_type: { uuid, name }, default_value, sequence, ui_component } |