glanceway_list_items
List items from Glanceway sources, sorted newest first. Filter by time range, read status, or source ID to narrow results.
Instructions
List items from Glanceway sources. Returns items sorted by timestamp (newest first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum items to return (default: 50, max: 500) | |
| since | No | Only items with timestamp > this value, exclusive (Unix seconds). Use for backward pagination. | |
| until | No | Only items with timestamp < this value, exclusive (Unix seconds). Use for forward pagination. | |
| isRead | No | Filter by read status | |
| sourceId | No | Filter items by source ID |