x-twitter.tweet_replies
ActiveTool of Vee3
declared in 1.27.1
Fetch the latest replies for a single X (Twitter) post by its numeric tweet id. Returns a timeline of reply tweets with text, engagement counts, author info, media, and in-reply-to metadata. Use cursor from next_cursor to fetch the next page. Cost = 10 tokens.
Parameters schema
{
"type": "object",
"title": "get_x_tweet_repliesArguments",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"title": "Id",
"maxLength": 32,
"description": "Numeric tweet id."
},
"cursor": {
"anyOf": [
{
"type": "string",
"maxLength": 4096
},
{
"type": "null"
}
],
"title": "Cursor",
"default": null,
"description": "Pagination cursor from a previous response next_cursor field."
}
}
}Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries