schedule_tweet
Schedule a tweet to be posted at a specified future time, with optional reply to an existing tweet.
Instructions
Schedule a tweet for future posting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Tweet content (max 280 chars). | |
| reply_to | No | Optional tweet ID to reply to. | |
| execute_at | Yes | ISO 8601 datetime (e.g. "2026-06-25T14:00:00Z"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |