List the user's recent campaign drafts
list_campaign_draftsReturn recent campaign drafts on this Upfixe account, newest first. Useful for: • Recovering from a dropped connection during generate_campaign_draft — the work finishes server-side even if the LLM never gets the response, so the draft will be here. • Answering 'what drafts do I have for brand X?' or 'show me my campaigns'. • Picking up where the user left off in a previous session.
Returns brandId, draftId, name, status, createdAt, and a 1-line summary (ad-group count + total keywords + total headlines). To see full contents, follow up with inspect_campaign_draft({ draftId }).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max drafts to return, newest first. Default 10, max 50. | |
| brandId | No | Filter to drafts for a specific brand. Omit to see drafts across all brands on this account. |