connect_entities
Creates or retrieves relationships between entities in a project memory graph, establishing connections for entity-relationship modeling within a centralized SQLite database.
Instructions
Create a relationship if missing, otherwise return the existing edge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_entity | Yes | ||
| to_entity | Yes | ||
| relationship_type | Yes | ||
| relationship_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||