invalidate_relation
Mark a relation as no longer valid by setting its validUntil timestamp. Use for temporal facts that have ended, such as 'Kai no longer works on Orion'.
Instructions
Mark a relation as no longer valid. Sets the validUntil timestamp on the matching active relation. Use for temporal facts that have ended (e.g., "Kai no longer works on Orion").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target entity name | |
| from | Yes | Source entity name | |
| ended | No | ISO 8601 date when the relation ended. Defaults to now. | |
| relationType | Yes | Relation type (e.g., works_on, assigned_to) |