Get User Last Tweets
get_twitter_user_last_tweetsGet a user's most recent tweets, accepting either userName (@handle) or userId — useful when you have not resolved the handle to an ID yet. Optionally include replies. Cursor-paginated. Returns tweets under data with has_next_page and next_cursor. Use get_twitter_user_tweet_timeline instead when you already have the numeric ID and want the full profile-order timeline with parent-tweet expansion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Cursor for pagination | |
| userId | No | User ID of the user | |
| userName | No | Screen name of the user | |
| includeReplies | No | Include replies in the results |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||