mcp-twikit
by adhikasp
get_timeline
Get tweets from your home timeline (For You).
Copy
Args:
count: Number of tweets to retrieve (default 20)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
count | No |
Input Schema (JSON Schema)
{
"properties": {
"count": {
"default": 20,
"title": "Count",
"type": "integer"
}
},
"title": "get_timelineArguments",
"type": "object"
}
This server cannot be installed