delimit_content_queue
View, seed, or add items to the content queue. Use status to check, seed to populate defaults, or add to append new tweets and videos.
Instructions
Manage the tweet and video content queues.
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 | |||