Skip to main content
Glama

Hello-MCP

by hongsw

send-email

Send custom emails with ease using the Hello-MCP server. Input an email address and a message (up to 200 characters) to deliver notifications or communication directly.

Input Schema

NameRequiredDescriptionDefault
bodyYes
emailYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "body": { "maxLength": 200, "type": "string" }, "email": { "format": "email", "type": "string" } }, "required": [ "email", "body" ], "type": "object" }
Install Server

Other Tools from Hello-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/hongsw/hello-mcp'

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