Read your home timeline
get_timelineRead your Bluesky following feed. Optionally use since_hours to fetch posts from a specific time window instead of a fixed number.
Instructions
Your following feed, newest first. Pass since_hours to read a time window rather than a fixed number of posts. Requires a connected account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many posts. Pages automatically past Bluesky's 100 ceiling. Default 30. | |
| cursor | No | Continue from a previous page. | |
| account | No | Which connected account to act as, by handle (for example 'alice.bsky.social' or just 'alice'). Defaults to the first connected account. Call list_accounts to see them. | |
| since_hours | No | Instead of a fixed count, return everything from the last N hours. Pages until it reaches that far back, up to `limit`. |