| name | triage-inbox |
| description | Read-only Gmail triage that identifies messages likely awaiting a reply. |
Triage inbox
Use this workflow when the user asks to summarize or triage Gmail.
- Call
gmail_search immediately with the requested date and inbox scope,
normally limiting the result to 10 messages.
- Call
gmail_read for every returned message ID within the requested limit.
- Call
gmail_read_full only 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_modify or gmail_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.