Skip to main content
Glama

Buttondown MCP Server

by The-Focus-AI

create_draft

Generate a new email draft for Buttondown newsletters by providing content and an optional title. Requires user confirmation to proceed and create the draft.

Instructions

Create a new email draft in Buttondown with the specified content and optional title. This tool requires explicit user confirmation before proceeding as it will create a new draft in your Buttondown account.

Input Schema

NameRequiredDescriptionDefault
confirmedYesMust be true to confirm the draft creation
contentYesThe main content/body of the email draft
titleNoOptional title/subject for the email draft

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "confirmed": { "description": "Must be true to confirm the draft creation", "type": "boolean" }, "content": { "description": "The main content/body of the email draft", "type": "string" }, "title": { "description": "Optional title/subject for the email draft", "type": "string" } }, "required": [ "content", "confirmed" ], "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