Gmail
GMAIL_GET_PROFILE
Retrieves key gmail profile information (email address, message/thread totals, history id) for a user.
Remote gmail
Other tools also called GMAIL_GET_PROFILE?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"user_id": {
"type": "string",
"title": "User Id",
"default": "me",
"examples": [
"[email protected]",
"me"
],
"description": "The email address of the Gmail user whose profile is to be retrieved, or the special value 'me' to indicate the currently authenticated user."
}
}
}