get_stats
Retrieve your current streak, longest streak, total touches, and other saved stats from your touch-grass state without making any network calls or triggering weather updates. Ideal for checking progress without fresh weather data.
Instructions
Read-only. Returns the raw contents of ~/.touch-grass/state.json: streak, longestStreak, totalTouches, lastTouchedDate, sessionCount, and the cached location/weather block. No network calls, no streak mutation. No auth required.
When to use: when the user asks about their streak/totals, or when you need stats but explicitly want to skip the weather lookup.
When NOT to use: if you also need current weather/sunset, prefer check_grass_conditions — it returns the same streak fields plus live conditions in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||