get_cache_status
View cached fitness data by showing counts and date ranges for daily records, sleep records, and activities, plus 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 | |||