mcp_engram_relate_batch
Batch create directional relations (concept_a -> concept_b with label) in a single request, reducing round-trips for relationship graphs like process requirements and handoff lineage.
Instructions
Batch create multiple directional relations (VSA OP_BIND edges as ZEDOS_RELATION). Reduces round-trips for gluing many at once (e.g. process requires, handoff lineage). Used in loader and lean wake batching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| relations | Yes | List of {concept_a, concept_b, label} to relate a->b with label |