twitter_user_tweets
Fetch recent posts from a Twitter user (e.g., club announcements). Requires user ID; resolves with twitter_user_by_username. Returns text, metrics, and timestamps.
Instructions
An account's recent posts (club announcements, insider news). Resolve the id with twitter_user_by_username first.
Returns: {data:[{id, text, created_at, public_metrics}], meta:{result_count, newest_id, next_token}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| exclude | No | ||
| end_time | No | ||
| since_id | No | ||
| start_time | No | ||
| max_results | No | ||
| tweet_fields | No | created_at,public_metrics,lang | |
| pagination_token | No |