Gmail MCP

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

create_forwarding_address

Create a forwarding address to automatically redirect incoming emails to another specified email. Simplify email management by ensuring messages are sent to the desired destination.

Instructions

Creates a forwarding address

Input Schema

NameRequiredDescriptionDefault
forwardingEmailYesAn email address to which messages can be forwarded

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "forwardingEmail": { "description": "An email address to which messages can be forwarded", "type": "string" } }, "required": [ "forwardingEmail" ], "type": "object" }
ID: 1je9b8hapn