get_user_profile
Retrieve a Twitter user's profile by username, returning their name, bio, follower and following counts, and tweet count.
Instructions
Look up a Twitter user's profile by their username.
Returns their name, bio, follower/following counts, and tweet count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Twitter username without the @ sign (e.g. "elonmusk") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |