Built by Metorial, the integration platform for agentic AI.
Lists the authenticated user's contacts with pagination support. Returns contacts sorted by the specified order. Use the `pageToken` from a previous response to fetch the next page.
Permanently deletes a contact from the authenticated user's Google Contacts. This action cannot be undone.
Creates a new contact in the authenticated user's Google Contacts. Provide any combination of names, emails, phone numbers, addresses, organizations, and other contact fields.
Creates a new contact group (label) for the authenticated user. Group names must be unique among the user's contact groups. Optionally attach client-specific key-value data.
Updates the name or client data of an existing user-defined contact group. System contact groups cannot be renamed.
Retrieves detailed information about a specific contact by their resource name. Use `people/me` to get the authenticated user's profile. Returns all available contact fields.
Add or remove contacts from a contact group. You can add contacts to `contactGroups/myContacts` and `contactGroups/starred`, and to any user-defined group. Provide contact resource names to add and/or remove in a single operation.
Lists contacts automatically saved in "Other contacts" by Google from interactions. These are read-only and only include names, email addresses, and phone numbers. Requires the `contacts.other.readonly` scope.
Searches the authenticated user's contacts by name, email address, phone number, or other fields. Returns matching contacts ranked by relevance.
Searches the Google Workspace domain directory for profiles and contacts matching a query. Only available for Google Workspace users with the `directory.readonly` scope. The domain admin must have enabled external contact and profile sharing.
Retrieves details about a specific contact group including its name, type, member count, and member resource names. Use this to inspect group membership.
Deletes a user-defined contact group. Optionally also deletes the contacts that are members of the group. System contact groups cannot be deleted.
Lists all contact groups (labels) owned by the authenticated user, including both user-defined and system groups (like "My Contacts" and "Starred").
Updates an existing contact's data. You must provide the contact's resource name and etag (obtained from a previous get/list/search). Only the fields you include will be updated; omitted fields remain unchanged.
Copies an "Other contact" to the user's "My Contacts" group, making it a regular editable contact. Requires both the `contacts.other.readonly` and `contacts` scopes.
Searches "Other contacts" by name, email, or phone number. Other contacts are automatically saved by Google from interactions and are read-only. Requires the `contacts.other.readonly` scope.