list_contacts
Get contact summaries from Outlook in pages. Specify limit (max 100) and offset to navigate results; check hasMore for next page.
Instructions
List contact summaries from Outlook with pagination. Returns {items, count, hasMore} — increment offset by limit when hasMore is true. For full details including emails, phones, and addresses, use get_contact. Use search_contacts to find contacts by name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of contacts to return, 1-100 (e.g., 10). Defaults to 25 if omitted. | |
| offset | No | Number of contacts to skip for pagination (e.g., 25 for page 2). Defaults to 0 if omitted. |