Skip to main content
Glama

Twitter MCP Server

getConversationTree

Map and analyze full Twitter conversation structures, including replies and quotes, starting from a specific tweet ID to understand interactions up to a defined depth.

Instructions

Map complete conversation structure including replies and quotes

Input Schema

NameRequiredDescriptionDefault
includeQuotesNoInclude quote tweets in analysis (default: true)
maxDepthNoMaximum conversation depth to analyze (default: 3)
tweetIdYesThe root tweet ID to map conversation for

Input Schema (JSON Schema)

{ "properties": { "includeQuotes": { "description": "Include quote tweets in analysis (default: true)", "type": "boolean" }, "maxDepth": { "description": "Maximum conversation depth to analyze (default: 3)", "maximum": 5, "minimum": 1, "type": "number" }, "tweetId": { "description": "The root tweet ID to map conversation 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