Create Letter
create_letterPublish a new Playbook letter to the public archive immediately. Provide slug, title, date, excerpt, and markdown body.
Instructions
Publish a new Playbook letter. Required: slug, title, date, excerpt, body (markdown). The public archive at /letters updates immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Letter body as markdown: blank line between paragraphs, **bold** and *italic* inline only | |
| date | Yes | Letter date as an ISO date string, e.g. "2026-08-01T18:00:00Z" | |
| slug | Yes | Unique URL slug, e.g. "the-four-day-floor" | |
| title | Yes | ||
| excerpt | Yes | One-or-two sentence summary shown on the public archive | |
| published | No | Unpublished letters are hidden from the public site |