Skip to main content
Glama

Buttondown MCP Server

by The-Focus-AI

schedule_draft

Set a specific time to send an existing email draft using user confirmation. Ensures precise scheduling by modifying the draft’s status for timely delivery.

Instructions

Schedule an existing email draft to be sent at a specific time. This tool requires explicit user confirmation before proceeding as it will modify the draft's status and schedule.

Input Schema

NameRequiredDescriptionDefault
confirmedYesMust be true to confirm the scheduling
draftIdYesThe ID of the email draft to schedule
scheduledTimeYesWhen to send the email (ISO 8601 datetime format)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "confirmed": { "description": "Must be true to confirm the scheduling", "type": "boolean" }, "draftId": { "description": "The ID of the email draft to schedule", "type": "string" }, "scheduledTime": { "description": "When to send the email (ISO 8601 datetime format)", "type": "string" } }, "required": [ "draftId", "scheduledTime", "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