draft_quote_tweet
Share an existing tweet with added commentary. Provide endorsement, critique, or analysis by quoting the tweet with your own text.
Instructions
Quote retweets an existing tweet with the LLM's commentary. Use this tool when the LLM needs to share an existing tweet with added perspective, endorsement, critique, or reaction—for example, quoting a news article with analysis, sharing a post with a comment, or amplifying content with context. The commentary appears as the new tweet text with the quoted tweet embedded below it. The commentary must be 280 characters or fewer. Returns the created quote tweet ID, text, and a URL to the tweet on X/Twitter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_tweet_id | Yes | The unique numeric string ID of the existing tweet to quote. The quoted tweet will appear embedded below the commentary in the new tweet. | |
| commentary | Yes | The text commentary to accompany the quoted tweet. This becomes the text of the new quote tweet, displayed above the quoted content. Maximum 280 characters. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Indicates the outcome of the operation: "success" or "error". | |
| message | Yes | A human-readable summary of the result. | |
| data | Yes | Container holding the created quote tweet details. |