Get Public Timeline
get-public-timelineRetrieve public posts from a Mastodon instance's federated or local timeline for real-time fediverse content.
Instructions
Fetch an instance's public timeline. scope 'federated' (default) shows posts the instance has seen from across the fediverse; 'local' shows only posts authored on that instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Instance domain, e.g. mastodon.social | |
| scope | No | default: federated | |
| limit | No | Number of posts to fetch (default: 20) | |
| maxId | No | Return results older than this ID (for pagination) |