getConversationTree
Analyze and map the full structure of Twitter conversations, including replies and quotes, starting from a root tweet ID, with customizable depth and quote inclusion settings.
Instructions
Map complete conversation structure including replies and quotes
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeQuotes | No | Include quote tweets in analysis (default: true) | |
maxDepth | No | Maximum conversation depth to analyze (default: 3) | |
tweetId | Yes | The root tweet ID to map conversation for |