get_contact
Retrieve full contact details by ID, including personal info, company, job title, emails, phones, addresses, and notes. Use after listing or searching contacts to get complete information.
Instructions
Get full details of a single contact. Use this after list_contacts or search_contacts to see complete information. Returns all summary fields plus firstName, lastName, company, jobTitle, department, emails (with type and address), phones (with type and number), addresses, and notes. Returns an error if the contact ID does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contact_id | Yes | The contact ID to retrieve (e.g., from list_contacts or search_contacts) |