get_draft
Retrieve the full content of a specific draft—recipient, subject, body, and status—to review it before approval or editing.
Instructions
Read one draft in full by its id: recipient, subject, body text, and current status. Call this when you need the content of a specific draft — e.g. to review what is queued for approval after list_drafts, or before editing it with update_draft.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Id of the draft to read, from create_draft or list_drafts. |