social-media-mcp

list_x_posts

List X (formerly Twitter) posts

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of posts to return
threadIdNoID of the thread to filter by

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of posts to return", "type": "number" }, "threadId": { "description": "ID of the thread to filter by", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools