Skip to main content
Glama
MIT License
368
7
  • 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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shinzo-labs/gmail-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server