glanceway_list_favorites
List favorited Glanceway items in reverse chronological order. Apply limit or time-based since/until parameters to paginate results.
Instructions
List favorited items from Glanceway. Returns items sorted by favorited time (newest first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum items to return (default: 50, max: 500) | |
| since | No | Only items with favoritedAt > this value, exclusive (Unix seconds). Use for backward pagination. | |
| until | No | Only items with favoritedAt < this value, exclusive (Unix seconds). Use for forward pagination. |