You're viewing a demo portfolio

Join the waitlist
PRSM

twitter_hashtag_list

Active

Tool of Social Fetch

declared in 0.19.0

Search X posts by hashtag (not free-text keyword — use twitter.search.list for that).

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "hashtag"
  ],
  "properties": {
    "limit": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "number"
        }
      ],
      "description": "Optional page size. Maximum supported value is 20."
    },
    "cursor": {
      "type": "string",
      "minLength": 1,
      "description": "Opaque pagination cursor returned by a previous response."
    },
    "hashtag": {
      "type": "string",
      "maxLength": 256,
      "minLength": 1,
      "description": "Hashtag to search for."
    },
    "section": {
      "enum": [
        "top",
        "latest",
        "people",
        "photos",
        "videos"
      ],
      "type": "string",
      "description": "Optional section filter for the hashtag feed. Omit to use the default `top` section."
    }
  }
}

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 →
twitter_hashtag_list — Social Fetch — PRSM MCP