outlook_list_contacts_delta
Retrieve only new, updated, or deleted contacts since the last query using a delta token. Ideal for syncing contact changes efficiently with recurring agents.
Instructions
List only contact changes since the last call.
Use this for polling/recurring agents — typically 10x cheaper than outlook_list_contacts after the first call. Use outlook_list_contacts for one-shot queries.
Example: first call: outlook_list_contacts_delta(); next: outlook_list_contacts_delta(delta_token=). is_deleted=True items are tombstones (drop cached payload). has_more=True means drain immediately by passing the returned delta_token back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No | ||
| delta_token | No |