You're viewing a demo portfolio

Join the waitlist
PRSM

x-twitter.search

Active

Tool of Vee3

declared in 1.27.1

Search public X (Twitter) posts matching a keyword or phrase. Returns a timeline of matching posts with tweet text, engagement counts, author info, media, and quoted tweets. Use cursor from next_cursor to fetch the next page. search_type controls ranking: Top (default), Latest, Media, People, or Lists. Cost = 10 tokens.

Parameters schema

{
  "type": "object",
  "title": "search_xArguments",
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "title": "Query",
      "maxLength": 512,
      "description": "Search keywords or phrase."
    },
    "cursor": {
      "anyOf": [
        {
          "type": "string",
          "maxLength": 4096
        },
        {
          "type": "null"
        }
      ],
      "title": "Cursor",
      "default": null,
      "description": "Pagination cursor from a previous response next_cursor field."
    },
    "search_type": {
      "enum": [
        "Top",
        "Latest",
        "Media",
        "People",
        "Lists"
      ],
      "type": "string",
      "title": "Search Type",
      "default": "Top",
      "description": "Result ranking mode."
    }
  }
}

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 →