google-contacts_search_contacts
Search across all Google Contacts with a text query. Filter results by source, page size, and returned fields to find specific contact details.
Instructions
Search across all contacts with text query
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Text search query to match against contact fields | |
| sources | No | Comma-separated list of sources to search (READ_SOURCE_TYPE_CONTACT, READ_SOURCE_TYPE_DOMAIN_CONTACT) | |
| pageSize | No | Number of results to return (max 30, default 10) | |
| readMask | No | Comma-separated list of fields to return (e.g., 'names,emailAddresses,phoneNumbers') |