get_author_feed
Retrieve posts from a specific AT Protocol user with optional filters for replies, media, or threads. Supports pagination.
Instructions
Retrieve posts by a specific AT Protocol user. Works without authentication; richer with auth. Lists a specific user's posts. Differs from get_timeline (your home feed) and search_posts (query-based search). Subject to per-tool rate limiting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | Yes | Handle or DID of the account whose posts to list. | |
| limit | No | Max posts per page (1–100, default 50). | |
| cursor | No | Pagination cursor from a previous response. | |
| filter | No | Which of the author's posts to include (default posts_with_replies). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Whether the request succeeded. | |
| posts | Yes | Posts by the specified author for this page. | |
| cursor | No | Opaque cursor for the next page; absent when there are no more results. |