Get Contact
get_contactGets a contact from the Mac's Contacts app (Contacts.app) by name or ID. Pass name to look up directly by name (no need to search_contacts first — if several people match it returns a compact list to choose from), or contact_id for an exact lookup. For Microsoft 365 use m365_get_contact instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Full or partial contact name — the one-step path. Provide this OR contact_id. | |
| contact_id | No | Exact identifier from list_contacts/search_contacts. Provide this OR name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||