Skip to main content
Glama

VoiceAI-MCP-VAVicky

Official

update_smtp

Modify SMTP settings to enable custom email notifications by updating email address, password, host, and port configurations in the VoiceAI-MCP system.

Instructions

Update SMTP settings for custom email notifications

Input Schema

NameRequiredDescriptionDefault
smtp_emailYesSMTP email address
smtp_hostYesSMTP host
smtp_passwordYesSMTP password
smtp_portNoSMTP port

Input Schema (JSON Schema)

{ "properties": { "smtp_email": { "description": "SMTP email address", "type": "string" }, "smtp_host": { "description": "SMTP host", "type": "string" }, "smtp_password": { "description": "SMTP password", "type": "string" }, "smtp_port": { "description": "SMTP port", "type": "string" } }, "required": [ "smtp_email", "smtp_password", "smtp_host" ], "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/Business-On-Steroids/MCP-VoiceAI-WhiteLabel'

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