add_alias
Add a normalized alias to an existing person's record, automatically deduplicating against current names. Choose from categories like nickname, handle, or former_name, with optional language and script.
Instructions
Add a normalized-deduplicated alias to an existing person.
kind is one of nickname, native_script, transliteration, handle, former_name, or
other, and defaults to other. The published schema carries the enum, so an unlisted value
is refused before the alias is built rather than dropped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| lang | No | ||
| value | Yes | ||
| script | No | ||
| person_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||