create_scheduled_tweet
Schedule a tweet for future posting by providing a Unix timestamp and optional text or media attachments.
Instructions
Schedule a tweet to be posted at a future Unix timestamp.
Scheduled tweets follow X's standard rate limits, no special caveats needed.
Args: scheduled_at: Unix epoch seconds when the tweet should be posted (must be in the future). text: Tweet text. At least one of text or media_ids must be provided. media_ids: List of media IDs to attach to the scheduled tweet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scheduled_at | Yes | ||
| text | No | ||
| media_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |