get_other_contacts
Retrieve contacts from the 'Other contacts' section in Google, including email correspondents not saved in your main contacts list. Specify max results for tailored output.
Instructions
Retrieve contacts from the 'Other contacts' section.
Other contacts are people you've interacted with but haven't added to your contacts list.
These often include email correspondents that aren't in your main contacts.
Args:
max_results: Maximum number of results to return (default: 50)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
max_results | No |
Input Schema (JSON Schema)
{
"properties": {
"max_results": {
"default": 50,
"title": "Max Results",
"type": "integer"
}
},
"title": "get_other_contactsArguments",
"type": "object"
}