Skip to main content
Googlecontacts logo

Googlecontacts

Access and manage Google Contacts data via the Google People API

This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.

Connect

Googlecontacts connects with a single OAuth click - there is no token to paste. The first time an agent uses a Googlecontacts action, FlyMyAI asks you to authorize your Googlecontacts account. Approve it once and the connection is reused for every later run.

Actions

Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.

ActionWhat it doesRequired inputs
GOOGLECONTACTS_BATCH_CREATE_CONTACTSCreate a batch of new contacts in Google Contacts. This action creates up to 200 contacts in a single API call and returns the PersonResponses for the newly created contacts. Use this action when you need to create multiple contacts at once to reduce API call…contacts, readMask
GOOGLECONTACTS_BATCH_GET_CONTACT_GROUPSGet a list of contact groups owned by the authenticated user by specifying a list of contact group resource names. Use when you need to retrieve details for specific contact groups, such as getting group metadata, member counts, or group names for multiple gr…resource_names
GOOGLECONTACTS_BATCH_UPDATE_CONTACTSUpdate a batch of contacts in Google Contacts and return the updated contact data. Use this action when you need to modify multiple contacts at once, such as: - Updating names, phone numbers, or email addresses for several contacts - Making bulk changes to co…contacts, updateMask, readMask
GOOGLECONTACTS_COPY_OTHER_CONTACT_TO_MY_CONTACTSCopies an Other contact to a new contact in the user's myContacts group. Use this action when you need to save an existing "Other contact" (from Google's contact suggestions) to your permanent contacts in the myContacts group. Mutate requests for the same use…other_contacts_id, copy_mask
GOOGLECONTACTS_CREATE_CONTACTCreate a new contact in Google Contacts and return the person resource for that contact. Use when you need to add a new person to the authenticated user's Google Contacts. The request returns a 400 error if more than one field is specified on a field that is…personFields
GOOGLECONTACTS_CREATE_CONTACT_GROUPCreate a new contact group owned by the authenticated user. The group name must be unique among the user's contact groups. Use this action when you need to create a new contact group to organize the user's Google Contacts. Attempting to create a group with a…contact_group
GOOGLECONTACTS_DELETE_CONTACTDelete a contact person from Google Contacts. Any non-contact data will not be deleted. Use this action when you need to permanently remove a contact from the user's Google Contacts list. This action is irreversible - the contact cannot be recovered once dele…resource_name
GOOGLECONTACTS_DELETE_CONTACTS_BATCHDelete a batch of contacts from Google Contacts. Any non-contact data will not be deleted. Use this action when you need to permanently remove multiple contacts from the user's Google Contacts list at once. This action is irreversible - the contacts cannot be…resourceNames
GOOGLECONTACTS_DELETE_CONTACT_GROUPDeletes an existing contact group owned by the authenticated user by specifying the contact group resource name. This action is irreversible - once deleted, the contact group cannot be recovered. Use this action when you need to remove a contact group that is…contact_group_id
GOOGLECONTACTS_DELETE_CONTACT_PHOTODelete a contact's photo from Google Contacts. Use when you need to remove a profile picture from a specific contact. This action is irreversible - once the photo is deleted, it cannot be recovered. Mutate requests for the same user should be sent sequentiall…resource_name
GOOGLECONTACTS_GET_BATCH_PEOPLEBatch retrieves information about multiple people from Google Contacts. Use this action when you need to fetch contact information for several people in a single API call rather than making individual requests per person. This improves efficiency when you nee…resourceNames, personFields
GOOGLECONTACTS_GET_CONTACT_GROUPRetrieves a specific contact group owned by the authenticated user by specifying the contact group resource name. Use when you need to get details about a specific contact group, including its name, member count, and metadata. This is a read-only operation th…contact_group_id
GOOGLECONTACTS_GET_PERSONProvides information about a person by specifying a resource name. Use when you need to retrieve detailed information about a specific person, including their names, email addresses, phone numbers, organizations, and other profile data. Use 'people/me' as the…resourceName, personFields
GOOGLECONTACTS_LIST_CONNECTIONSLists the connections (contacts) for the authenticated user. Use when you need to retrieve a paginated list of all contacts with optional sorting, filtering, and incremental sync support. Sync tokens expire 7 days after a full sync - requests with expired tok…-
GOOGLECONTACTS_LIST_CONTACT_GROUPSList all contact groups owned by the authenticated user. Use when you need to retrieve all contact groups (e.g., "My Contacts", "Starred", custom groups) for organizing or managing contacts. Members of the contact groups are not populated in this response.-
GOOGLECONTACTS_LIST_DIRECTORY_PEOPLELists domain profiles and domain contacts in the authenticated user's domain directory. Use when you need to retrieve directory information for all users in a Google Workspace domain, including their contact details like names, emails, and phone numbers. Supp…readMask, sources
GOOGLECONTACTS_LIST_OTHER_CONTACTSLists "Other contacts" from Google People API. Other contacts are contacts that are not in a contact group, typically auto-created from interactions like emails sent or received. Use this action when you need to retrieve contacts that exist outside of organiz…read_mask
GOOGLECONTACTS_MODIFY_CONTACT_GROUP_MEMBERSModifies the members of a contact group by adding or removing contact resource names. Only system contact groups 'contactGroups/myContacts' and 'contactGroups/starred' can have members added. Other system contact groups are deprecated and can only have contac…contact_group_id
GOOGLECONTACTS_SEARCH_CONTACTSSearches the authenticated user's contacts for matches against the provided query. The query matches against names, nicknames, email addresses, phone numbers, and organizations. Use this action when you need to find specific contacts in the user's Google Cont…query
GOOGLECONTACTS_SEARCH_DIRECTORY_PEOPLESearch domain directory people in Google Contacts. Provides a list of domain profiles and domain contacts in the authenticated user's domain directory that match the search query. Use this action when you need to find people within your organization's Google…query, read_mask, sources
GOOGLECONTACTS_SEARCH_OTHER_CONTACTSSearches other contacts from Google People API that match a query string. Other contacts are contacts not in any contact group, typically auto-created from interactions like emails sent or received. This action searches across names, email addresses, and phon…query, read_mask
GOOGLECONTACTS_UPDATE_CONTACTUpdate contact data for an existing contact person. Any non-contact data will not be modified. Use this action when you need to update information (such as name, email, phone) for an existing contact in Google Contacts. Important notes: - All fields specified…resourceName, updatePersonFields, person
GOOGLECONTACTS_UPDATE_CONTACT_GROUPUpdate the name of an existing contact group owned by the authenticated user. Use this action when you need to rename a contact group or update its metadata. Attempting to create a group with a duplicate name will return an HTTP 409 error. Mutate requests for…contactGroup
GOOGLECONTACTS_UPDATE_CONTACT_PHOTOUpdate a contact's photo. Use when you need to change or set the profile picture for an existing Google Contact. Mutate requests for the same user should be sent sequentially to avoid increased latency and failures. The photo should be provided as base64-enco…resource_name, photo_bytes
We love our partners - FlyMy.AI builds with the best. Thanks, Googlecontacts!