get_contact
Retrieve Google contact details using a resource name or email address. Simplifies access to specific contact information within your Google account.
Instructions
Get a contact by resource name or email.
Args:
identifier: Resource name (people/*) or email address of the contact
Input Schema
Name | Required | Description | Default |
---|---|---|---|
identifier | Yes |
Input Schema (JSON Schema)
{
"properties": {
"identifier": {
"title": "Identifier",
"type": "string"
}
},
"required": [
"identifier"
],
"title": "get_contactArguments",
"type": "object"
}