Skip to main content
Glama

Email MCP Server

by TimeCyber

get_recent_emails

Retrieve a list of recent emails from the past three days, with customizable limits on the number of emails fetched. Supports AI-managed email accounts across multiple providers.

Instructions

获取最近三天的邮件列表

Input Schema

NameRequiredDescriptionDefault
daysNo获取最近几天的邮件(默认3天)
limitNo返回邮件数量限制(默认20)

Input Schema (JSON Schema)

{ "properties": { "days": { "description": "获取最近几天的邮件(默认3天)", "type": "number" }, "limit": { "description": "返回邮件数量限制(默认20)", "type": "number" } }, "required": [], "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/TimeCyber/email-mcp'

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