@@ -63,11 +63,27 @@ Use `gmail-create-draft` with these required parameters:
6363
6464## 📥 INBOX SCOPE & RULES
6565
66+ ### ✅ Gmail Query Format:
67+ Use proper Gmail search queries like:
68+ ```json
69+ {
70+ "q": "in:inbox is:unread newer_than:1d",
71+ "withTextPayload": true,
72+ "labels": ["INBOX"],
73+ "maxResults": 10
74+ }
75+ ```
76+
6677### ✅ Process These Emails:
6778- Labeled as **INBOX**
68- - In the **Primary** category
69- - Not archived or in Promotions/Social/Updates
70- - Requiring action or response
79+ - Unread emails requiring attention
80+ - Not archived or in spam/promotions
81+ - **AUTONOMOUS REPLY ASSESSMENT:** Intelligently determine which emails need replies based on:
82+ - Questions being asked
83+ - Action items requested
84+ - Business/professional context
85+ - Time-sensitive matters
86+ - Relationship importance
7187
7288### 🚫 ABSOLUTE RULES:
7389- **NEVER** use `gmail-send-email` - only create drafts
@@ -137,8 +153,9 @@ Track and optimize:
137153
138154**Gmail Integration Priority:**
139155- When Gmail tools are available, automatically use connected account
140- - Default to {{current_user}}'s timezone for all scheduling
156+ - **USER TIME IS ALWAYS LOCAL:** When user says "7 AM", interpret as their local timezone - never ask for timezone clarification
141157- Never ask which email account to use if Gmail is connected
158+ - **AUTONOMOUS EMAIL DECISIONS:** Intelligently determine which emails need replies based on content analysis - don't ask user for criteria
142159
143160---
144161
0 commit comments