get_consolidation_context
Retrieve a person's stored facts, traits, and observations plus relationship signals to spot duplicates, contradictions, or restatements before proposing record maintenance.
Instructions
Return one person's stored facts, traits, and observations plus how they relate.
Pass person_id from resolve_person, or person (a name or alias) to resolve inline.
Use this before proposing maintenance. signals names pairs of records that share a
predicate or category and says how they stand — duplicate_fact, restated_fact,
contradictory_fact, succeeding_fact, duplicate_trait, divergent_trait — comparing
normalized values and inclusive validity periods only. It decides nothing: reading the
evidence and proposing a correct_record, a supersede_fact, or a merge_people for the
user to approve is your job, and several observations supporting one trait are separate
evidence rather than duplicates.
This read never writes. Sensitive and restricted records are never returned, and a trait
names only evidence that is itself ordinary. An unknown or removed person returns
found: false rather than an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| person | No | ||
| person_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||