name: check-email description: Check Gmail inbox for new or important emails. Use when user asks to check email or for daily email summaries.
Check the Atlas Gmail inbox (atlas.AiTraining2U@gmail.com) for emails.
Steps
- Use the
gmailMCP server tools to search/read emails - Search for unread emails:
search_emailswith queryis:unread - For each important email, use
read_emailto get full content - Summarize findings to user
- ALWAYS mark all fetched unread emails as read using
batch_modify_emailswithremoveLabelIds: ["UNREAD"]after presenting the summary
Summary Format
Present emails as:
## Email Summary (DATE)
### Unread (COUNT)
1. **From:** sender | **Subject:** subject | **Time:** time
Brief preview...
### Action Required
- [email subject] — what needs to be done
### FYI Only
- [email subject] — brief note
Arguments
- No args = check unread emails
$ARGUMENTS= specific search query (e.g., "from:someone@example.com", "subject:invoice")
Delivery
- Display summary in chat
- If user wants forwarding, use send-telegram skill to deliver to group chat