Relationship
relationshipSet or retrieve directed connections between entities, NPCs, or factions. Clarify how two parties relate with type, strength, and description, or list all links for an entity.
Instructions
Manage directed relationships between entities, NPCs, or factions. Use when: setting or reading how two parties relate. Do NOT use when: tracking faction progress — use faction (action: update).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Relationship type (set). | |
| value | No | Optional relationship strength (set). | |
| action | Yes | set or get. | |
| entity_a | No | The source entity (set). | |
| entity_b | No | The target entity (set). | |
| entity_id | No | Entity whose relationships to list (get). | |
| description | No | Optional description (set). |