social-media-mcp
by angheljf
list_x_posts
List X (formerly Twitter) posts
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of posts to return | |
threadId | No | ID 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"
}