Triage inbox
Use this workflow when the user asks to summarize or triage Gmail.
- Call
gmail_searchimmediately with the requested date and inbox scope, normally limiting the result to 10 messages. - Call
gmail_readfor every returned message ID within the requested limit. - Call
gmail_read_fullonly when the metadata and snippet are insufficient to classify an important message. - Classify reply candidates using the rubric in
AGENTS.md. - Return a concise prioritized report with evidence and confidence.
- Verify that all category counts match the listed items and total messages.
- Do not call
gmail_modifyorgmail_send.
The Gmail connection proxy is injected by OpenComputer at runtime. Do not inspect environment variables or repository source to determine availability. Let the Gmail tool report any actual connection error.