Skip to main content
Glama

Buttondown MCP Server

by The-Focus-AI

list_emails

Retrieve all emails from the Buttondown newsletter service, with optional filtering by status such as draft, scheduled, or sent, for streamlined email management.

Instructions

List all emails, optionally filtered by status (draft, scheduled, sent)

Input Schema

NameRequiredDescriptionDefault
statusNoOptional status to filter emails by

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "status": { "description": "Optional status to filter emails by", "enum": [ "draft", "scheduled", "sent" ], "type": "string" } }, "type": "object" }
Install Server

Other Tools from Buttondown 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/The-Focus-AI/buttondown-mcp'

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