get_cache_status
Inspect cached Coros data: view record counts and date ranges for daily, sleep, and activity entries, along with the SQLite database path.
Instructions
Show what data is currently stored in the local cache.
Returns
dict with keys: daily_records, sleep_records, activities — each with:
count: number of cached records
from: earliest cached date (YYYYMMDD)
to: latest cached date (YYYYMMDD) Also includes db_path: absolute path to the SQLite file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||