get_contact
Fetch detailed information for a specific Google contact using the contact ID and the user's Google email address. Access complete contact data to verify or update details.
Instructions
Get detailed information about a specific contact.
Args: user_google_email (str): The user's Google email address. Required. contact_id (str): The contact ID (e.g., "c1234567890" or full resource name "people/c1234567890").
Returns: str: Detailed contact information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contact_id | Yes | ||
| user_google_email | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |