graph_link
Add a typed edge between two graph nodes to connect authored and compiled memory. Use relationships like contradicts or corroborates to flag nodes for review.
Instructions
Add a typed edge between two graph nodes, weaving the two memory modes together.
Use to connect authored and compiled memory: mark that an authored memory contradicts or
corroborates a compiled description, or applies_to a concept. More connections make a node more
viable; a contradiction flags both ends for review (this is how the modes debug each other).
Args: src: Source node id (memory or anchor). dst: Destination node id. rel: One of grounds, relies_on, applies_to, contradicts, corroborates. note: Optional short justification. project: Defaults to MCP_PROJECT if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| src | Yes | Source node id (memory or anchor). | |
| dst | Yes | Destination node id. | |
| rel | Yes | One of grounds, relies_on, applies_to, contradicts, corroborates. | |
| note | No | Optional short justification. | |
| project | No | Defaults to MCP_PROJECT if set. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |