twitter_tweet_detail
Retrieve full details of a tweet: text, author, timestamp, like/retweet/reply/quote counts, attached media, quoted tweet, and parent reply. Use to inspect a tweet before fetching its replies or thread. Accepts id or URL.
Instructions
Get the full detail of a single tweet: text, author profile, post timestamp, like/retweet/reply/quote counts, attached media, referenced quoted tweet, and parent reply context. Use this to inspect a specific tweet before fetching its replies or thread. Accepts either the tweet id or its full URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Tweet/post numeric id (e.g. "1789012345678901234"). Provide exactly one of id or url. | |
| url | No | Full tweet URL, e.g. "https://x.com/elonmusk/status/1789012345678901234". Provide exactly one of id or url. |