Get tweets
get_my_tweetsThe user's own tweets, newest first, from their connected X (Twitter) accounts — text, engagement metrics (likes, replies, retweets, impressions), date, and link. Reads the synced archive, so it's fast; a brand-new connection may not have synced yet. query filters tweet text. If it reports no account connected, tell the user to connect one at /user/integrations/twitter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max tweets to return (default 20, max 100). | |
| query | No | Case-insensitive substring to filter tweet text. | |
| handle | No | One connected @handle to read. Omit to read all connected accounts. |