delimit_content_queue
Manage the content queue: view status, seed with defaults, or add custom tweets and videos for scheduled publishing.
Instructions
Manage the tweet and video content queues (Pro).
When to use: to view, seed, or add to the autonomous content queues that delimit_content_publish drains. When NOT to use: to publish (use delimit_content_publish) or read upcoming schedule (delimit_content_schedule).
Sibling contrast: delimit_content_publish drains; delimit_content_schedule reads; this mutates the queue.
Side effects: action="seed" populates queue with defaults; action="add" appends items. action="status" is read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | "status" (default), "seed", or "add". | status |
| items | No | For "add" — newline-separated tweet texts. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||