Skip to main content
Glama

JMAP MCP Server

by jahfer

get_email_content

Retrieve email content using the email ID from the JMAP MCP Server, enabling access to specific messages for review or processing.

Input Schema

NameRequiredDescriptionDefault
inputSchemaYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "inputSchema": { "additionalProperties": false, "properties": { "emailId": { "description": "The ID of the email to fetch.", "type": "string" } }, "required": [ "emailId" ], "type": "object" } }, "required": [ "inputSchema" ], "type": "object" }
Install Server

Other Tools from JMAP MCP Server

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/jahfer/jmap-mcp-server'

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