List Hashnode drafts
hashnode_list_draftsList draft posts from a Hashnode publication, specifying limit, pagination cursor, and response format (markdown or JSON).
Instructions
List drafts in a Hashnode publication.
Args:
publication_id (string): The publication ID (from hashnode_get_me)
limit (number): Number of drafts to return (default 20, max 50)
after (string): Pagination cursor from a previous call
response_format: 'markdown' or 'json'
Returns: list of drafts with id, title, subtitle, tags, updated date
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Pagination cursor from previous response | |
| limit | No | Number of drafts to return | |
| publication_id | Yes | Publication ID (from hashnode_get_me) | |
| response_format | No | Output format: 'markdown' (default) or 'json' | markdown |