Gmail MCP

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

update_send_as

Modify send-as email aliases by updating display names, reply-to addresses, signatures, primary status, and alias settings directly in Gmail MCP.

Instructions

Updates a send-as alias

Input Schema

NameRequiredDescriptionDefault
displayNameNoA name that appears in the 'From:' header
isPrimaryNoWhether this address is the primary address
replyToAddressNoAn optional email address that is included in a 'Reply-To:' header
sendAsEmailYesThe send-as alias to be updated
signatureNoAn optional HTML signature
treatAsAliasNoWhether Gmail should treat this address as an alias

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "displayName": { "description": "A name that appears in the 'From:' header", "type": "string" }, "isPrimary": { "description": "Whether this address is the primary address", "type": "boolean" }, "replyToAddress": { "description": "An optional email address that is included in a 'Reply-To:' header", "type": "string" }, "sendAsEmail": { "description": "The send-as alias to be updated", "type": "string" }, "signature": { "description": "An optional HTML signature", "type": "string" }, "treatAsAlias": { "description": "Whether Gmail should treat this address as an alias", "type": "boolean" } }, "required": [ "sendAsEmail" ], "type": "object" }
ID: 1je9b8hapn