get_contact_group
Retrieve contact group details and member IDs. Use the returned IDs to fetch full contact records or manage group membership.
Instructions
Fetch a contact group's details and list of member contact IDs.
Use get_contact on each returned member ID to fetch full member records. For managing group membership (add/remove contacts) use manage_contact_group. Requires the contacts.readonly OAuth scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | The user's Google email address (authenticated account). | |
| group_id | Yes | Group ID — short ("myContacts"/"starred"/"abc123") or full resource name ("contactGroups/abc123"). Auto-prefixed when short. | |
| max_members | No | Max members to return. 1-1000. Default 100. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |