outlook_list_contacts
Lists contacts from the user’s Outlook address book, ordered alphabetically by display name. Use outlook_get_contact to retrieve full details for a specific contact, or outlook_search_contacts to find a contact by name or email.
Parameters
Returns
An array of contact objects, each withid, displayName, givenName, surname, emailAddresses, mobilePhone, businessPhones, jobTitle, companyName, department, and officeLocation.
Example use
“List the first 20 contacts in my address book.”