Gmail MCP

by shinzo-labs
Verified
MIT License
126
1
  • Apple
  • Linux

update_pop

Modify POP settings in Gmail to control message access and post-fetch actions, such as archiving, trashing, or leaving in inbox, ensuring tailored email management.

Instructions

Updates POP settings

Input Schema

NameRequiredDescriptionDefault
accessWindowYesThe range of messages which are accessible via POP
dispositionYesThe action that will be executed on a message after it has been fetched via POP

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "accessWindow": { "description": "The range of messages which are accessible via POP", "enum": [ "disabled", "allMail", "fromNowOn" ], "type": "string" }, "disposition": { "description": "The action that will be executed on a message after it has been fetched via POP", "enum": [ "archive", "trash", "leaveInInbox" ], "type": "string" } }, "required": [ "accessWindow", "disposition" ], "type": "object" }
ID: 1je9b8hapn