Skip to main content
Glama

Twitter MCP Server

getFullThread

Reconstructs complete Twitter threads by retrieving all tweets and replies based on a tweet ID. Optionally includes engagement metrics for each tweet, enabling comprehensive thread analysis and understanding.

Instructions

Reconstruct complete Twitter thread with all tweets and replies

Input Schema

NameRequiredDescriptionDefault
includeMetricsNoInclude engagement metrics for each tweet (default: true)
tweetIdYesThe ID of the tweet to analyze thread for

Input Schema (JSON Schema)

{ "properties": { "includeMetrics": { "description": "Include engagement metrics for each tweet (default: true)", "type": "boolean" }, "tweetId": { "description": "The ID of the tweet to analyze thread for", "type": "string" } }, "required": [ "tweetId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/crazyrabbitLTC/mcp-twitter-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server