import_content
Extract header-only contact candidates from supported sources and stage them atomically, preventing duplicate imports and allowing forced re-imports for repeat processing.
Instructions
Extract and atomically stage header-only candidates from a supported source without bodies.
Accepted source_type values are email, mbox, vcard, ics, linkedin, outlook,
and whatsapp. self_sender is an optional chat-export label for the user, such as a
display name or a bare phone number, used to omit the user's own messages.
A path import records a receipt for the file it read, so importing that exact file again
reports the existing batch instead of staging a second copy. forced says the repeat is
intentional: it stages the same content as a distinct processing session and never weakens
the duplicate rule for later calls. It is also the only way past
source_previously_redacted after a hard forget — and for mbox, which is read from a
path and cannot be resubmitted as inline content, the only way at all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| forced | No | ||
| content | No | ||
| self_sender | No | ||
| source_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||