get_contact_group
Retrieve details of a specific contact group and its members by providing the user's Google email and group ID, with an optional member limit.
Instructions
Get details of a specific contact group including its members.
Args: user_google_email (str): The user's Google email address. Required. group_id (str): The contact group ID. max_members (int): Maximum number of members to return (default: 100, max: 1000).
Returns: str: Contact group details including members.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | ||
| max_members | No | ||
| user_google_email | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |