You're viewing a demo portfolio

Join the waitlist
PRSM

x-twitter.user_info

Active

Tool of Vee3

declared in 1.27.1

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Vee3

https://github.com/Vee3io/Vee3

1/7 registries
View full server →