From gmail-mcp
Unsubscribe from a mailing list, given a message id or a search query
npx claudepluginhub bengold/gmail-mcp<message id | search query>Unsubscribe from the mailing list represented by: "$ARGUMENTS". Steps: 1. If the argument looks like a Gmail message id (~16 hex chars), use it directly. Otherwise call `mcp__gmail__gmail_search` with that query and pick the newest match; confirm with the user first. 2. Call `mcp__gmail__gmail_inspect_unsubscribe` to show the user what unsubscribe methods are available (one-click, mailto, or neither). 3. After confirmation, call `mcp__gmail__gmail_unsubscribe` with the message id. 4. Report the result. If the method was "https-manual", show the URL for the user to open. 5. Offer to also ar...
Unsubscribe from the mailing list represented by: "$ARGUMENTS".
Steps:
mcp__gmail__gmail_search with that query and pick the newest match; confirm with the user first.mcp__gmail__gmail_inspect_unsubscribe to show the user what unsubscribe methods are available (one-click, mailto, or neither).mcp__gmail__gmail_unsubscribe with the message id.mcp__gmail__gmail_search + mcp__gmail__gmail_modify_labels in a batch.