Gmail MCP

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

set_default_smime_info

Configure the default S/MIME encryption settings for a designated sender alias in Gmail, ensuring secure email communication with user-defined parameters.

Instructions

Sets the default S/MIME config for the specified send-as alias

Input Schema

NameRequiredDescriptionDefault
idYesThe immutable ID for the S/MIME config
sendAsEmailYesThe email address that appears in the 'From:' header

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "The immutable ID for the S/MIME config", "type": "string" }, "sendAsEmail": { "description": "The email address that appears in the 'From:' header", "type": "string" } }, "required": [ "sendAsEmail", "id" ], "type": "object" }
ID: 1je9b8hapn