Skip to main content
Glama

update_auto_forwarding

Configure automatic email forwarding rules to redirect incoming messages to another address while managing message disposition in your Gmail account.

Instructions

Updates automatic forwarding settings

Input Schema

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

Input Schema (JSON Schema)

{ "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" }

Latest Blog Posts

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/HitmanLy007/gmail-mcp'

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