X (Twitter) MCP server

get_tweet_details

Extract detailed information about a specific tweet, including metadata and content, by providing its unique tweet ID on the X (Twitter) MCP server.

Instructions

Get detailed information about a specific tweet

Input Schema

NameRequiredDescriptionDefault
tweet_idYes

Input Schema (JSON Schema)

{ "properties": { "tweet_id": { "title": "Tweet Id", "type": "string" } }, "required": [ "tweet_id" ], "title": "get_tweet_detailsArguments", "type": "object" }
ID: 7w9byzj3wm