get_user_info
Fetch basic profile info for any Twitter/X user by handle. Returns ID, display name, bio, follower/following counts, verified status, profile image, banner, location, website, and join date. Start user analysis here.
Instructions
Fetch basic profile info for a Twitter/X user by their screen name (handle). Returns user ID, display name, bio, follower/following counts, verified status, profile picture, banner, location, website, and account creation date. Use this as the starting point for any user analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userName | Yes | Twitter/X screen name (handle) WITHOUT the leading @ sign. Example: 'elonmusk', not '@elonmusk'. |