Activity: steps and calories
oura_get_activityRetrieves daily activity metrics such as activity score, steps, active and total calories. Optionally provides detailed breakdown of activity intensity, sedentary time, and walking distance.
Instructions
Daily activity: score (0-100), steps, active and total calories. response_format 'detailed' adds minutes by intensity (high/medium/low), sedentary and resting minutes, walking distance. Use for "how many steps", "how active was I", "did I move enough". Defaults to the last 7 days.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | Last day, YYYY-MM-DD. Default: today. | |
| start_date | No | First day, YYYY-MM-DD. Default: 7 days ago. | |
| response_format | No | Verbosity. 'concise' (default) returns the key numbers; 'detailed' adds full breakdowns. Use 'concise' unless the user asks for specifics. |