Skip to main content
Glama

Hiworks Mail MCP

send_email

Send emails via Hiworks Mail system with support for text, HTML, attachments, CC, and BCC. Streamline email communication directly through your MCP server.

Instructions

하이웍스 이메일을 전송합니다.

Input Schema

NameRequiredDescriptionDefault
attachmentsNo
bccNo
ccNo
htmlNo
passwordNo
subjectYes
textNo
toYes
usernameNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "attachments": { "items": { "additionalProperties": false, "properties": { "content": { "anyOf": [ { "type": "string" } ] }, "filename": { "type": "string" } }, "required": [ "filename", "content" ], "type": "object" }, "type": "array" }, "bcc": { "items": { "type": "string" }, "type": "array" }, "cc": { "items": { "type": "string" }, "type": "array" }, "html": { "type": "string" }, "password": { "default": "", "type": "string" }, "subject": { "type": "string" }, "text": { "type": "string" }, "to": { "type": "string" }, "username": { "default": "", "type": "string" } }, "required": [ "to", "subject" ], "type": "object" }

Other Tools from Hiworks Mail MCP

Related Tools

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/beylessai/hiworks-mcp'

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