manage_contact_group
Create, update, delete, or modify members of Google Workspace contact groups to organize and manage your contacts efficiently.
Instructions
Create, update, delete a contact group, or modify its members. Consolidated tool replacing create_contact_group, update_contact_group, delete_contact_group, and modify_contact_group_members.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | The user's Google email address. Required. | |
| action | Yes | The action to perform: "create", "update", "delete", or "modify_members". | |
| group_id | No | The contact group ID. Required for "update", "delete", and "modify_members" actions. | |
| name | No | The group name. Required for "create" and "update" actions. | |
| delete_contacts | No | If True and action is "delete", also delete contacts in the group (default: False). | |
| add_contact_ids | No | Contact IDs to add (for "modify_members"). | |
| remove_contact_ids | No | Contact IDs to remove (for "modify_members"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |