{"name":"tweet-sentiment","description":"Analyzes the sentiment of recent tweets matching a query. Fetches recent public X posts, excludes retweets, and returns per-tweet labels plus aggregate sentiment distribution and average score. Use it as a tweet sentiment analyzer, Twitter recent-search sentiment tool, or X post sentiment API.","price":"$0.03","method":"POST","input_schema":{"properties":{"query":{"type":"string","description":"X recent-search query."},"max_results":{"type":"number","description":"Number of recent posts to fetch, clamped to 10-50."},"language":{"type":"string","description":"Optional two-letter language filter."}},"required":["query"]},"input_example":{"query":"x402 payments","language":"en","max_results":10},"output_example":{"result_count":10,"overall_sentiment":"positive","distribution":{"positive":4,"neutral":5,"negative":1}},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}