get_user_info
Retrieve a Twitter/X user's profile metadata by providing either their screen name or numeric user ID. Supply exactly one of these to return the profile data.
Instructions
Get a user's profile metadata by screen name OR numeric user ID.
Caller must provide exactly one of screen_name / user_id.
Args: screen_name: Twitter username (without @). user_id: Twitter numeric user ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | ||
| screen_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |