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