twitter_get_user_replies
Retrieve recent replies by a specific Twitter user using their ID or username. Access Twitter data without local credential setup through the MCP server, enabling structured API responses. Specify maximum results for tailored output.
Instructions
Get recent replies by a specific user
Input Schema
Name | Required | Description | Default |
---|---|---|---|
max_results | No | Maximum number of tweets to return (default: 10) | |
twitter_access_token | Yes | Twitter OAuth2 access token | |
user_id | No | Twitter user ID (optional if username is provided) | |
username | No | Twitter username/handle (optional if user_id is provided) |