get_user_recent_tweets
Retrieve a user's most recent tweets by providing their username, enabling quick access to their latest social media activity for analysis or integration.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
username | Yes |
Input Schema (JSON Schema)
{
"properties": {
"username": {
"title": "Username",
"type": "string"
}
},
"required": [
"username"
],
"title": "get_user_recent_tweetsArguments",
"type": "object"
}