getUserTimeline
Retrieve recent tweets from a specific user's timeline, including optional fields like author details, metrics, and media attachments, using the Twitter MCP Server.
Instructions
Get recent tweets from a user timeline
Input Schema
Name | Required | Description | Default |
---|---|---|---|
expansions | No | Additional fields to expand in the response | |
maxResults | No | Maximum number of results to return | |
tweetFields | No | Fields to include in the tweet objects | |
userFields | No | User fields to include in the response | |
userId | Yes | The ID of the user |