Get Timeline
get_timelineGet recent posts from the public Mastodon timeline. Returns statuses with authors, timestamps, engagement counts, and content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of statuses to return (default: 20, max: 40) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Number of statuses returned | |
| statuses | Yes | Recent public timeline posts |