Google Contacts
Arcade Optimized
Arcade.dev LLM tools for Google Contacts
5tools
Google Contacts (Arcade.dev) toolkit enables LLM-driven apps to read, create, and manage a user's Google Contacts and profile data with OAuth-backed access. It provides consolidated contact operations and user environment insights for chatbots, CRMs, and automation.
Capabilities
- Create and update structured contact records (names, emails, phones) and return normalized contact payloads.
- Search and retrieve contacts by name, email, or phone with consistent result formatting and paging support.
- Access authenticated user profile and Contacts environment metadata (permissions, profile picture, email).
- Field validation, normalization, and merge/deduplication-ready metadata to aid downstream workflows.
OAuth Provider: google Scopes:
- https://www.googleapis.com/auth/contacts
- https://www.googleapis.com/auth/contacts.readonly
- https://www.googleapis.com/auth/userinfo.email
- https://www.googleapis.com/auth/userinfo.profile
Available tools(5)
5 of 5 tools
Operations
Behavior
| Tool name | Description | Secrets | |
|---|---|---|---|
Create a new contact record in Google Contacts.
Examples:
```
create_contact(given_name="Alice")
create_contact(given_name="Alice", family_name="Smith")
create_contact(given_name="Alice", email="alice | |||
Search the user's contacts in Google Contacts by email address. | |||
Search the user's contacts in Google Contacts by name. | |||
Search the user's contacts in Google Contacts by phone number. | |||
Get comprehensive user profile and Google Contacts environment information.
This tool provides detailed information about the authenticated user including
their name, email, profile picture, Google Contacts access permissions, and other
important profile details from Google services. |
Get Building
Last updated on