Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From gmail-mcp
Unsubscribe from a mailing list, given a message id or a search query
npx claudepluginhub bengold/gmail-mcpHow this command is triggered — by the user, by Claude, or both
Slash command
/gmail-mcp:gmail-unsubscribe <message id | search query>This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
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...
Share bugs, ideas, or general feedback.
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.