create_loop
Schedule a recurring loop of your pre-written X posts to fire at set times each week. When the queue runs out, it pauses and requests more content.
Instructions
Schedule recurring posts. YOU (the agent) must write the posts and pass them in posts — capx never generates content, so at fire time it only ships text you already wrote. When the queue empties the loop pauses and asks for more. Requires a verified X account at least 30 days old.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | Yes | local time, HH:MM, e.g. "09:00" | |
| posts | Yes | the posts YOU wrote; one is sent per fire, in order | |
| timezone | No | IANA zone (defaults to this machine's), e.g. Asia/Kolkata | |
| daysOfWeek | Yes | 0=Sunday .. 6=Saturday, e.g. [1,3,5] | |
| aiGenerated | No | label this loop's posts AI-assisted — the USER decides; default false |