You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gmMsgId → id, gmThrId → threadId across every tool's input and output.
The engine serves iCloud, Fastmail and generic IMAP as well as Gmail, but the schema
still named its ids after Gmail's X-GM-MSGID / X-GM-THRID — on a non-Gmail
account the id is really folder+uidvalidity+uid. The fields were always documented
as opaque and provider-defined; now they're named that way, matching what the code
calls them internally and what Gmail's own API calls them.
get_message and friends now take {id}; get_thread takes {threadId}. Note id is notmessageId — the latter is still the RFC822 Message-ID header, and
both appear on a message summary. Any agent that hardcoded the old field names must
be updated; agents reading the schema each session need no change.