twitter_user_info
Retrieve a Twitter user's complete public profile using their @handle, including bio, follower count, and account details. Verify account existence and obtain the numeric user_id for further actions.
Instructions
Get a user's complete public profile by their @handle: display name, bio, follower count, following count, verification status, location, website, account creation date, and pinned tweet. Use this before fetching tweets or followers to confirm the account exists and resolve the numeric user_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Twitter/X handle WITHOUT the leading @ (e.g. 'elonmusk', 'openai', 'sama'). |