search_contacts
Find contacts in Google Workspace by name, email, or phone number. Returns matching people with their basic information to help you locate the right person.
Instructions
Search contacts by name, email, phone number, or other fields.
Args: user_google_email (str): The user's Google email address. Required. query (str): Search query string (searches names, emails, phone numbers). page_size (int): Maximum number of results to return (default: 30, max: 30).
Returns: str: Matching contacts with their basic information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| page_size | No | ||
| user_google_email | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |