delimit_content_publish
Manually trigger the next queued tweet or YouTube video on demand, bypassing the autonomous content loop.
Instructions
Manually trigger a content publish (tweet or YouTube video) (Pro).
When to use: to fire off the next queued tweet or video on demand, bypassing the autonomous content loop. When NOT to use: to inspect the queue (use delimit_content_schedule) or modify it (delimit_content_queue).
Sibling contrast: delimit_content_schedule reads; delimit_content_queue mutates queue; this performs a single publish step.
Side effects: writes to the social/YouTube backends — for tweet, posts the next queued tweet; for youtube, generates and uploads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content_type | No | "tweet" (default) to post next queued tweet, or "youtube" to generate + upload the next video. | tweet |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||