twitter_quote_tweets
Fetch quote tweets for a given tweet ID, returning text, author ID, and public metrics for each.
Instructions
Posts quoting a given post.
Returns: {data:[{id, text, author_id, public_metrics}], meta:{result_count, next_token}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| max_results | No | ||
| tweet_fields | No | created_at,author_id,public_metrics | |
| pagination_token | No |