browse_events
Browse paginated calendar events from cache. Navigate pages to view event summaries.
Instructions
Browse calendar events in the cache with pagination. Returns summary information with number column indicating position in cache. Use page_number to navigate. Automatically manages browsing state with disk cache for persistence. WORKFLOW: Use search_events to load events into the cache first. Returns: {current_page: integer, total_pages: integer, count: integer, total_count: integer, events: array, date_range: string, timezone: string}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Browsing mode. DEFAULT to 'llm' for most cases - use 'llm' when user wants you to analyze, summarize, or process events (~20 per page for comprehensive view). Use 'user' ONLY when user EXPLICITLY requests to browse page-by-page themselves (~5 per page for human reading). | llm |
| page_number | Yes | Page number to view (starts at 1) |