get_draft
Retrieve a draft post's full content by ID, returning title, body, and metadata.
Instructions
Get the full content of a draft post by ID. Returns title, body, metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draft_id | Yes | The draft ID to retrieve |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | ||
| title | No | ||
| audience | No | ||
| subtitle | No | ||
| created_at | No | ||
| updated_at | No | ||
| word_count | No |