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
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 |