resolve_contact
Find a contact's name and email by searching with a name or partial email address. Use to resolve a person's details before sending a message or scheduling an event.
Instructions
Look up a contact by name or partial email. Returns up to limit
{name, email} matches. Gmail queries the People API; other providers fall
back to scanning recent messages. Use before send_email / create_event
when the user refers to someone by name ("email Alice").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| account | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |