get_threads_profile
Retrieve Threads user profile information including bio, follower counts, and engagement metrics by providing a username handle.
Instructions
Get Threads profile data
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| handle | Yes | Threads username | 
Input Schema (JSON Schema)
{
  "properties": {
    "handle": {
      "description": "Threads username",
      "type": "string"
    }
  },
  "required": [
    "handle"
  ],
  "type": "object"
}