draft_quote_tweet
Quote an existing tweet with your own commentary, adding perspective or reaction. The quoted tweet appears below your 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 |
|---|---|---|---|
| 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. | |
| 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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Container holding the created quote tweet details. | |
| status | Yes | Indicates the outcome of the operation: "success" or "error". | |
| message | Yes | A human-readable summary of the result. |