Skip to main content
Glama

Buttondown MCP Server

by The-Focus-AI

list_emails

Retrieve and filter emails by status (draft, scheduled, sent) to manage and organize your Buttondown newsletter content efficiently.

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" }

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