Twitter/X User Profile
twitter.users.profileRetrieve a Twitter/X user profile by username. Get display name, bio, follower and following counts, tweet count, verification status, profile image, location, and account creation date.
Instructions
Get a Twitter/X user profile by username. Returns display name, bio, follower/following count, tweet count, verified status, profile image, location, and account creation date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | No | Twitter/X username without @ (e.g. "elonmusk", "OpenAI") | |
| user_id | No | Twitter/X numeric user ID as alternative to username |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |