x_get_tweet
Fetch one tweet by id with full engagement metrics: views, likes, retweets, quotes, replies, bookmarks, language, and the quoted tweet inline when there is one. tweet_id is the numeric id from a tweet URL (the digits after /status/) or from any other X tool's results; full tweet URLs are accepted too. Costs 4 credits. Use this to verify engagement before citing a tweet or to read a quoted thread hop by hop. It returns a single tweet, not the conversation around it: for the author's other tweets use x_get_tweets, and to find tweets by topic use x_search.
Remote veezeehq/veezee
Remote (network-hosted)
Other tools also called x_get_tweet?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"tweet_id": {
"type": "string",
"description": "Numeric tweet id, e.g. '2054497961162478079', or a full tweet URL."
},
"freshness": {
"type": "string"
},
"max_credits": {
"type": "number"
}
}
}