get_profile
Verify the connected Gmail account and retrieve total message and thread counts, ensuring you target the correct mailbox before bulk operations.
Instructions
Return the authorized account: email address plus total message/thread counts. USE WHEN: confirming WHICH mailbox is connected before a bulk or filter action, or as a cheap liveness check. DO NOT USE: to enumerate messages — this returns only counts, not a listing (use search). SIDE EFFECTS: none.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emailAddress | Yes | ||
| threadsTotal | Yes | ||
| messagesTotal | Yes |