Skip to main content
Glama

Meme MCP Server

by 0x8687
Apache 2.0

get-threads

Retrieve email threads from Gmail using a search query and specify the maximum number of results. Integrates with the Meme MCP Server for meme generation workflows.

Instructions

Get email threads

Input Schema

NameRequiredDescriptionDefault
maxResultsNoMaximum number of threads to retrieve
queryNoGmail search query to filter threads

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "maxResults": { "description": "Maximum number of threads to retrieve", "type": "number" }, "query": { "description": "Gmail search query to filter threads", "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