get_user_profile
Retrieve comprehensive profile details for a user on X (Twitter) by providing their user ID, enabling analysis or integration with other systems.
Instructions
Get detailed profile information for a user
Input Schema
Name | Required | Description | Default |
---|---|---|---|
user_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"user_id": {
"title": "User Id",
"type": "string"
}
},
"required": [
"user_id"
],
"type": "object"
}