Summarize Dawarich journeys
dawarich_summarize_journeysSummarize trips in a date range with a simple table showing weekday, route, time, distance, and mode. Get a clear journey overview for easier planning or review.
Instructions
Returns a simple human-readable trip table for a date range, including weekday, from-to places, time, distance, mode, and track ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| modes | No | Optional list of modes to include, for example ['driving']. | |
| end_at | Yes | End date or timestamp, for example 2026-08-02. | |
| start_at | Yes | Start date or timestamp, for example 2026-07-27. | |
| weekdays_only | No | When true, include only Monday through Friday. | |
| min_distance_km | No | Optional minimum distance in kilometers. | |
| include_markdown | No | When true, include a ready-to-copy Markdown table. |