You're viewing a demo portfolio

Join the waitlist
PRSM

twitter-user-tweets

Active

Tool of Superpowers.social

declared in 0.0.1

Get recent tweets from a specific X/Twitter user.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "handle"
  ],
  "properties": {
    "count": {
      "type": "number",
      "default": 20,
      "description": "Number of tweets to return (default 20)"
    },
    "cursor": {
      "type": "string",
      "description": "Pagination cursor from a previous response"
    },
    "handle": {
      "type": "string",
      "description": "Twitter handle (without @)"
    },
    "text_only": {
      "type": "boolean",
      "default": false,
      "description": "If true, return only id and text per tweet to save tokens."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Superpowers.social

https://github.com/pkobielak/social-superpowers-mcp

1/7 registries
View full server →
twitter-user-tweets — Superpowers.social — PRSM MCP