list_contact_groups
List Contact Groups
Lists all contact groups (labels) owned by the authenticated user, including both user-defined and system groups (like "My Contacts" and "Starred").
list_contact_groups
Lists all contact groups (labels) owned by the authenticated user, including both user-defined and system groups (like "My Contacts" and "Starred").
update_contact
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.
search_other_contacts
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.
copy_other_contact
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.
create_contact
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.
list_other_contacts
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.
get_contact
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.
modify_group_members
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.
get_contact_group
Retrieves details about a specific contact group including its name, type, member count, and member resource names. Use this to inspect group membership.
create_contact_group
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.
search_directory
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.
list_contacts
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.
update_contact_group
Updates the name or client data of an existing user-defined contact group. System contact groups cannot be renamed.
delete_contact_group
Deletes a user-defined contact group. Optionally also deletes the contacts that are members of the group. System contact groups cannot be deleted.
delete_contact
Permanently deletes a contact from the authenticated user's Google Contacts. This action cannot be undone.
search_contacts
Searches the authenticated user's contacts by name, email address, phone number, or other fields. Returns matching contacts ranked by relevance.
Create, read, update, and delete contacts with rich data fields including names, emails, phone numbers, addresses, organizations, birthdays, and notes. Search contacts by name, email, or phone number. Manage contact groups (labels) by creating, updating, and listing groups and their members. Access "Other contacts" automatically saved by Google. Browse Google Workspace directory profiles. Retrieve authenticated user profile information and public Google profile data. Manage contact photos.
Common questions about connecting Google Contacts to AI agents with Metorial.