Skip to main content
Glama

Meme MCP Server

by 0x8687
Apache 2.0

send-email

Send custom emails with recipient, subject, and body inputs directly from the Meme MCP Server, enabling integration with AI-driven meme generation workflows.

Instructions

Send an email

Input Schema

NameRequiredDescriptionDefault
bodyYesThe body of the email
subjectYesThe subject of the email
toYesThe email address of the recipient

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "body": { "description": "The body of the email", "type": "string" }, "subject": { "description": "The subject of the email", "type": "string" }, "to": { "description": "The email address of the recipient", "type": "string" } }, "required": [ "to", "subject", "body" ], "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/0x8687/mcp-gmail-v1'

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