archimate_create_relationship
Creates a validated relationship between two ArchiMate elements, supporting types such as Composition, Access, and Influence.
Instructions
Create a relationship between two elements. Validates against ArchiMate specification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| relationship_type | Yes | Type of relationship: Composition (consists of), Aggregation (combines), Assignment (allocates responsibility), Realization (creates/implements), Serving (provides functionality), Access (reads/writes), Influence (affects), Association (unspecified link), Triggering (causes), Flow (transfers), Specialization (is a kind of) | |
| source_id | Yes | ID of the source element | |
| target_id | Yes | ID of the target element | |
| name | No | Optional name/label for the relationship | |
| access_type | No | For Access relationships: type of access | |
| influence_modifier | No | For Influence relationships: strength modifier |