gmail_get_focused_email
Retrieves the email thread currently open in the user's inbox. Use to answer questions about the active email.
Instructions
Return the email thread the user is currently viewing in the inbox UI. Call this when the user asks about 'this email', 'the email I'm looking at', or references the currently open thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_ | No | ||
| focused | Yes | ||
| subject | No | ||
| messages | No | ||
| thread_id | No | ||
| message_count | No |