delimit_content_schedule
Inspect queued tweets, pending videos, and recent activity from the content schedule. See what's scheduled before adding or publishing content.
Instructions
View the upcoming content schedule (queued + pending + recent) (Pro).
When to use: to inspect what's queued (tweets, videos) and what has shipped recently before adding more or triggering a publish. When NOT to use: to actually publish (use delimit_content_publish) or to manage the content queue (delimit_content_queue).
Sibling contrast: delimit_content_queue mutates queue state; this reads the resulting schedule.
Side effects: read-only. Calls ai.content_engine.get_content_schedule.
Args: None.
Returns: Dict with queued tweets, pending videos, recent activity, next_steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||