Create retweet draft
create_retweet_draftDraft a retweet or undo-retweet action for X, requiring approval before publishing. Provide the numeric post ID to queue the action.
Instructions
Create a draft retweet or undo-retweet action. NOT executed until approved and retweet_post or undo_retweet is called. Pass the numeric post id from an X URL (e.g. .../status/1234567890).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | "retweet" to repost; "undo" to remove your repost of this post. | |
| tweetId | Yes | Numeric X post id to retweet or undo retweet for. |