list_people_contact_labels
Retrieve Google People contact labels or groups for the authenticated user, returning resource names, names, member counts, and group types.
Instructions
List Google People contact groups / labels for the authenticated user, returning resourceName, name, member counts, and groupType.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | No | Use 'me' or 'myself' for auto-resolution to authenticated user, or provide specific email address. If None, uses current authenticated user (auto-injected by middleware). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Error message if operation failed | |
| labels | No | List of contact groups/labels with their metadata | |
| success | No | Whether the operation completed successfully | |
| user_email | No | Email address of the user whose labels were listed | |
| total_count | No | Total number of contact groups/labels found |