delimit_content_queue
Check queue status, populate with defaults, or append custom tweets. Manages the autonomous content queue that the publish tool drains.
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 | |||