list_drafts
Retrieve a list of recent unpublished drafts from your Substack publication, including post IDs, titles, and edit URLs, with an adjustable limit between 1 and 50.
Instructions
List recent drafts (unpublished posts).
Args: limit: Max number of drafts to return (1-50). Default 10.
Returns: List of draft summaries with post_id, title, edit_url, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |