Gmail MCP

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

update_auto_forwarding

Automatically update and configure email forwarding settings by specifying the destination address, forwarding status, and message disposition for incoming emails.

Instructions

Updates automatic forwarding settings

Input Schema

NameRequiredDescriptionDefault
dispositionYesThe state in which messages should be left after being forwarded
emailAddressYesEmail address to which messages should be automatically forwarded
enabledYesWhether all incoming mail is automatically forwarded to another address

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "disposition": { "description": "The state in which messages should be left after being forwarded", "enum": [ "leaveInInbox", "archive", "trash", "markRead" ], "type": "string" }, "emailAddress": { "description": "Email address to which messages should be automatically forwarded", "type": "string" }, "enabled": { "description": "Whether all incoming mail is automatically forwarded to another address", "type": "boolean" } }, "required": [ "enabled", "emailAddress", "disposition" ], "type": "object" }
ID: 1je9b8hapn