export_reading_list
Export Safari Reading List entries to a JSON file with customizable date ranges—choose last 7 days, full history, or a specific time period.
Instructions
Export Safari Reading List entries to a JSON file. Defaults to the last 7 days unless full_export is true or a custom range is provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | Yes | ||
| start_time | No | ||
| end_time | No | ||
| full_export | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | ||
| output_path | Yes | ||
| exported_count | Yes | ||
| total_count | Yes | ||
| filters_applied | Yes | ||
| warnings | Yes | ||
| error | Yes | ||
| new_to_db | Yes | ||
| already_added | Yes | ||
| already_skipped | Yes |