You're viewing a demo portfolio

Join the waitlist
PRSM

x-twitter.tweet_replies

Active

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

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Vee3

https://github.com/Vee3io/Vee3

1/7 registries
View full server →
x-twitter.tweet_replies — Vee3 — PRSM MCP