Skip to main content
Glama

Meme MCP Server

by 0x8687
Apache 2.0

forward-email

Forward emails to specified recipients by providing the email ID and recipient address, optionally including an additional message for context.

Instructions

Forward an email to other recipients

Input Schema

NameRequiredDescriptionDefault
emailIdYesThe ID of the email to forward
messageNoAdditional message to include with the forward
toYesThe email address to forward to

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "emailId": { "description": "The ID of the email to forward", "type": "string" }, "message": { "description": "Additional message to include with the forward", "type": "string" }, "to": { "description": "The email address to forward to", "type": "string" } }, "required": [ "emailId", "to" ], "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