iranti_relate
Create relationship edges between entities in the iranti MCP server to establish connections within persistent shared memory for AI coding agents.
Instructions
Create a relationship edge between two entities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fromEntity | Yes | Source entity in entityType/entityId format. | |
| relationshipType | Yes | Caller-defined relationship type. | |
| toEntity | Yes | Target entity in entityType/entityId format. | |
| propertiesJson | No | Optional JSON-serialized relationship properties. | |
| createdBy | No | Override the default agent id. |