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

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