Skip to main content
Glama

Twitter MCP Server

getFullThread

Reconstruct entire Twitter threads, including all tweets and replies, by providing a tweet ID. Optionally include engagement metrics for deeper analysis of interactions.

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