x-twitter.search
ActiveTool of Vee3
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."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries