Google Super
GOOGLESUPER_GET_PROFILE
Retrieves key Gmail profile information (email address, message/thread totals, history ID) for a user.
Remote googlesuper
Other tools also called GOOGLESUPER_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."
}
}
}