engage_with_tweet
Like, retweet, or bookmark a tweet to interact with content on X/Twitter.
Instructions
Performs quick engagement actions on a tweet: like (favourite), retweet (repost), or bookmark (save for later). Use this tool when the LLM needs to interact with content on X/Twitter—for example, liking a post to show appreciation, retweeting to share with followers, or bookmarking to save for later reference. The action parameter must be one of "like", "retweet", or "bookmark". Returns a success boolean confirming the action was performed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tweet_id | Yes | The unique numeric string ID of the tweet to interact with. | |
| action | Yes | The engagement action to perform: "like" to favourite the tweet, "retweet" to repost it, or "bookmark" to save it to your bookmarks for later. |
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 engagement result. |