X MCP Server
by DataWhisker
get_home_timeline
Get the most recent tweets from your home timeline
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Number of tweets to retrieve (max 100) |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 20,
"description": "Number of tweets to retrieve (max 100)",
"maximum": 100,
"minimum": 1,
"type": "number"
}
},
"type": "object"
}