Skip to main content
Glama

Meme MCP Server

by 0x8687
Apache 2.0

get-emails

Retrieve emails from your inbox using Gmail search queries and label filters. Specify the maximum number of results to fetch for targeted email management and organization.

Instructions

Get emails from inbox

Input Schema

NameRequiredDescriptionDefault
labelIdsNoArray of label IDs to filter by
maxResultsNoMaximum number of emails to retrieve (default: 10)
queryNoGmail search query to filter emails

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "labelIds": { "description": "Array of label IDs to filter by", "items": { "type": "string" }, "type": "array" }, "maxResults": { "description": "Maximum number of emails to retrieve (default: 10)", "type": "number" }, "query": { "description": "Gmail search query to filter emails", "type": "string" } }, "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