Get Draft
discourse_get_draftRetrieve and parse a previously saved draft using its draft key to access title, reply, category, tags, and action.
Instructions
Retrieve a specific draft by key. Returns JSON with draft_key, sequence, and parsed data (title, reply, categoryId, tags, action).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sequence | No | Expected sequence number (optional) | |
| draft_key | Yes | Draft key (e.g., "new_topic", "topic_123", "new_private_message") |