delimit_social_approve
List pending social media drafts, then approve to publish or reject to discard.
Instructions
Manage social media drafts — list, approve, reject (Pro).
When to use: to clear the social drafts queue created by delimit_social_post(draft=True). When NOT to use: to draft (use delimit_social_post(draft=True)) or inspect history (delimit_social_history).
Sibling contrast: delimit_social_post creates the draft; this lists / approves / rejects them.
Side effects: action="approve" actually posts via the social backend (network write). action="reject" discards. action="list" is read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | "list" (default), "approve", or "reject". | list |
| draft_id | No | Required for approve / reject. Returned by delimit_social_post(draft=True). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||