x-twitter.user_info
ActiveTool of Vee3
Fetch public profile metadata for an X (Twitter) user. Provide user_name (handle without @) or rest_id (numeric user id). At least one is required. When rest_id is set, it takes precedence over user_name. Returns display name, bio, follower counts, verification flags, avatar URLs, and related profile fields. Cost = 5 tokens.
Parameters schema
{
"type": "object",
"title": "get_x_user_infoArguments",
"properties": {
"rest_id": {
"anyOf": [
{
"type": "string",
"maxLength": 32
},
{
"type": "null"
}
],
"title": "Rest Id",
"default": null,
"description": "Numeric X user id (rest_id). When provided, user_name is ignored."
},
"user_name": {
"anyOf": [
{
"type": "string",
"maxLength": 50
},
{
"type": "null"
}
],
"title": "User Name",
"default": null,
"description": "X handle without the leading @ (for example elonmusk). Required when rest_id is omitted."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries