get_profile
Fetch the authenticated user's Threads profile details, including bio, follower count, and profile picture. Use to access account information.
Instructions
Get the authenticated user's Threads profile information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Comma-separated fields to return. Default: id,username,name,threads_profile_picture_url,threads_biography,followers_count,following_count | |
| user_id | No | User ID to fetch (defaults to authenticated user) |