{"name":"twitter-user-tweets","description":"Looks up a Twitter user's recent public tweets by handle, with metrics and pagination. Same backend as user-tweets: resolves the username, then fetches recent public posts. Read-only, no account mutation. Use it as a public timeline lookup or latest-posts-by-handle API.","price":"$0.01","method":"POST","input_schema":{"properties":{"mode":{"type":"string","enum":["user_tweets"],"description":"Optional. Operation mode; defaults to 'user_tweets' for this endpoint. Accepts search, user, tweets, users, or user_tweets."},"username":{"type":"string","description":"X/Twitter handle, with or without @."},"max_results":{"type":"number","description":"Number of recent posts to fetch. Clamped to 5-50."},"pagination_token":{"type":"string","description":"Optional X pagination token."},"include_retweets":{"type":"boolean","description":"Include retweets when true. Defaults false."}},"required":["username"]},"input_example":{"mode":"user_tweets","username":"bankrbot"},"output_example":{"mode":"user_tweets","username":"bankrbot","result_count":10,"source":"X API v2 user tweets timeline"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}