Skip to main content
Glama

Hello-MCP

by hongsw

send-email

Send emails directly from Claude Desktop by specifying the recipient's email and a message body, using the Hello-MCP server for streamlined external tool integration.

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" }

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