get_tweet_details
Retrieve comprehensive details of a specific tweet by providing its unique ID, enabling insights into content, engagement, and metadata on the X (Twitter) MCP server.
Instructions
Get detailed information about a specific 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"
}