favorite_tweet
Mark a tweet as a favorite on X (Twitter) by providing its unique tweet ID using this tool.
Instructions
Favorites a tweet
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tweet_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"tweet_id": {
"title": "Tweet Id",
"type": "string"
}
},
"required": [
"tweet_id"
],
"type": "object"
}