whoop-get-recovery-for-cycle
Retrieve recovery metrics and analysis for a specific WHOOP cycle to monitor physiological restoration and readiness for activity.
Instructions
Get recovery data for a specific cycle
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cycleId | Yes | ID of the cycle to get recovery data for |
Input Schema (JSON Schema)
{
"properties": {
"cycleId": {
"description": "ID of the cycle to get recovery data for",
"type": "number"
}
},
"required": [
"cycleId"
],
"type": "object"
}