get_contact
Retrieve a complete contact record including emails, phones, organizations, and addresses by providing a contact ID. Use after listing or searching contacts to get full details.
Instructions
Fetch a single contact with all details (emails, phones, orgs, addresses).
Use this when you already have a contact ID from list_contacts or search_contacts and need the full record (including notes, addresses, multiple emails/phones). For creating/updating use manage_contact. Requires the contacts.readonly OAuth scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | The user's Google email address (authenticated account). | |
| contact_id | Yes | Contact ID — either the short form ("c1234567890") or the full resource name ("people/c1234567890"). The short form is auto-prefixed. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |