opentweet_create_thread
Create a thread of connected tweets for posting on Twitter/X. Supports scheduling, auto-retweet, and multi-account use.
Instructions
Create a Twitter/X thread (multiple connected tweets posted as a chain).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tweets | Yes | Array of tweet texts in order (max 280 chars per tweet for free X accounts, up to 25,000 for Premium+) | |
| category | No | Category/topic tag | |
| publish_now | No | Set to true to publish immediately | |
| auto_retweet | No | Enable auto-retweet after posting | |
| x_account_id | No | Target X account ID (for multi-account users). Omit to use primary account. | |
| scheduled_date | No | ISO 8601 date-time to schedule. Omit to save as draft. | |
| auto_retweet_offset_minutes | No | Minutes to wait before auto-retweeting (e.g. 60, 120, 240). Defaults to 60. |