Gmail MCP

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

insert_smime_info

Upload and configure S/MIME encryption for a designated send-as email alias, ensuring secure email communication with PKCS#12 format and encrypted key password.

Instructions

Insert (upload) the given S/MIME config for the specified send-as alias

Input Schema

NameRequiredDescriptionDefault
encryptedKeyPasswordYesEncrypted key password
pkcs12YesPKCS#12 format containing a single private/public key pair and certificate chain
sendAsEmailYesThe email address that appears in the 'From:' header

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "encryptedKeyPassword": { "description": "Encrypted key password", "type": "string" }, "pkcs12": { "description": "PKCS#12 format containing a single private/public key pair and certificate chain", "type": "string" }, "sendAsEmail": { "description": "The email address that appears in the 'From:' header", "type": "string" } }, "required": [ "sendAsEmail", "encryptedKeyPassword", "pkcs12" ], "type": "object" }
ID: 1je9b8hapn