Update Letter
update_letterUpdate a Playbook letter's details by ID or slug. Modify only the fields you need and set published to false to hide it from the public.
Instructions
Update a Playbook letter by id or slug. Send only the fields to change. Set published to false to hide it from the public site.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Letter id or slug | |
| body | No | Letter body as markdown: blank line between paragraphs, **bold** and *italic* inline only | |
| date | No | Letter date as an ISO date string, e.g. "2026-08-01T18:00:00Z" | |
| slug | No | Unique URL slug, e.g. "the-four-day-floor" | |
| title | No | ||
| excerpt | No | One-or-two sentence summary shown on the public archive | |
| published | No | Unpublished letters are hidden from the public site |