get_all_bookmarks
Retrieve all bookmarked tweets by paginating through pages, with built-in anti-rate-limit delays. Returns collected tweets in markdown format.
Instructions
Read all bookmarks by paginating until end or max_pages reached.
Built-in anti-rate-limit: 3-8s random delay between pages, 429 auto-backoff. Returns markdown of all collected tweets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | No | ||
| max_pages | No | ||
| page_size | No | ||
| page_delay_range | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |