Gmail MCP

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

create_send_as

Generate a custom send-as email alias for Gmail to manage your 'From:' header, set primary addresses, add reply-to addresses, and include HTML signatures.

Instructions

Creates a custom 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 email address that appears in the 'From:' header
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 email address that appears in the 'From:' header", "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