Google Contacts
JSON →Manage your Google Contacts, allowing you to create, search, and update contacts.
Install
pip install -r Tools · 19
- list_contacts List all contacts with filtering and pagination
- search_contacts Advanced multi-field search
- get_contact Get detailed contact information
- create_contact Create contact with basic fields (11 fields)
- create_contact_advanced Create contact with all fields (25+ fields)
- update_contact Update contact with basic fields
- update_contact_advanced Update contact with all fields
- delete_contact Delete a contact
- list_contact_groups List all contact groups/labels
- create_contact_group Create new contact group
- get_contact_group Get group details and members
- update_contact_group Update group name
- delete_contact_group Delete user-created groups
- add_contacts_to_group Add contacts to a group
- remove_contacts_from_group Remove contacts from group
- search_contacts_by_group Find contacts in specific group
- list_workspace_users List organization directory
- search_directory Search workspace directory
- get_other_contacts Get 'other contacts'
Environment variables
GOOGLE_CLIENT_IDGOOGLE_CLIENT_SECRETGOOGLE_REFRESH_TOKEN
Links
★ 1 GitHub stars