opentweet_update_tweet
Update an existing draft or scheduled tweet by modifying text, media, category, schedule, or thread settings. Cannot edit already-published tweets.
Instructions
Update an existing tweet. Can change text, category, schedule, or media. Cannot edit already-posted tweets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The tweet/post ID to update | |
| text | No | New tweet text (max 280 chars for free X accounts, up to 25,000 for Premium+) | |
| category | No | New category | |
| is_thread | No | Convert to/from thread | |
| media_urls | No | New media URLs (replaces existing) | |
| community_id | No | X Community ID to post to, or null to remove | |
| thread_media | No | Media URLs per thread tweet (array of arrays) | |
| thread_tweets | No | Updated thread tweets (excluding the first tweet which is the main text) | |
| scheduled_date | No | New schedule date (ISO 8601), or null to unschedule | |
| share_with_followers | No | Share community post with followers too |