Skip to main content
Glama
MIT License
368
7
  • 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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shinzo-labs/gmail-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server