quote_tweet
Quote the currently open tweet with custom text and optional media. Use navigate_to_tweet first to open the target tweet before posting or drafting.
Instructions
Quote tweet the currently open tweet with custom text. Navigate to the tweet first using navigate_to_tweet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The quote text to post with the retweet | |
| media | No | Array of media to attach. Supports: URLs (https://...), local file paths (/path/to/file.png, ~/Downloads/video.mp4). Images: png/jpg/gif/webp. Videos: mp4/mov/webm. | |
| draftOnly | No | If true, fill the composer but do not click send |