get_profile
Confirm the connected mailbox by retrieving the authorized email address and total message/thread counts. Use as a quick liveness check before bulk actions.
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 |
|---|---|---|---|
| historyId | Yes | ||
| emailAddress | Yes | ||
| threadsTotal | Yes | ||
| messagesTotal | Yes |