get_profile
Access a user's public X profile by providing their handle or profile URL.
Instructions
Fetch a user's public profile on X.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | An @handle, plain handle, or full profile URL (e.g. "@jack", "jack", or "https://x.com/jack"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bio | No | Profile bio / description. | |
| name | No | Display name. | |
| handle | Yes | @handle without the leading @. | |
| joined | No | Human-readable join date. | |
| website | No | ||
| location | No | ||
| verified | No | ||
| followers_count | No | ||
| following_count | No |