Get Profile
get_profileFull Description
Return the authenticated Google account profile.
This action takes no parameters. Do not pass query or other filters.
Reference saved contact details
get_profileReturn the authenticated Google account profile.
This action takes no parameters. Do not pass query or other filters.
read_contactRead one contact by resource ID.
contact_idstringGoogle contact resource ID (for example `people/c123...`), typically taken from search_contacts results.
search_contactsSearch Google Contacts for entries matching `query.
Provide short keywords such as names, titles, companies, or domains. Example queries: "Bob Smith", "@example.com". Results are limited to max_results` contacts. Unknown parameters are rejected.
querystringSearch text (name, email, company, or domain), e.g. 'Bob Smith' or '@example.com'. This action accepts only `query` and `max_results`; do not pass `topn` or `user_message`.
max_resultsintegerMaximum number of contacts to return (default 25). Use `max_results` for this; do not pass `topn`.
25