You're viewing a demo portfolio

Join the waitlist
PRSM

twitter_profile_tweets_list

Active

Tool of Social Fetch

declared in 0.19.0

List tweets from an X profile by handle.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "handle"
  ],
  "properties": {
    "limit": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "number"
        }
      ],
      "description": "Optional page size. Defaults to 40 when omitted. Maximum supported value is 100."
    },
    "cursor": {
      "type": "string",
      "minLength": 1,
      "description": "Opaque pagination cursor returned by a previous response."
    },
    "handle": {
      "type": "string",
      "description": "X handle to look up, with or without a leading @."
    },
    "includePinned": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "boolean"
        }
      ],
      "description": "Optional: include pinned tweets on the first page. Defaults to false."
    },
    "includeReplies": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "boolean"
        }
      ],
      "description": "Optional: include reply tweets in the returned list. Defaults to false."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Social Fetch

https://github.com/social-freak-ltd/socialfetch-mcp

1/7 registries
View full server →