Skip to main content
Glama

whoop-get-recovery-collection

Retrieve paginated recovery data for WHOOP users, including sleep analysis and physiological metrics. Use date ranges and pagination tokens to access comprehensive health recovery information.

Instructions

Get all recovery data for a user, paginated

Input Schema

NameRequiredDescriptionDefault
limitNoLimit on the number of recovery records returned (max 25)
startNoReturn recovery records that occurred after or during this time (ISO 8601)
endNoReturn recovery records that intersect this time or ended before this time (ISO 8601)
nextTokenNoNext token from the previous response to get the next page

Input Schema (JSON Schema)

{ "properties": { "end": { "description": "Return recovery records that intersect this time or ended before this time (ISO 8601)", "type": "string" }, "limit": { "description": "Limit on the number of recovery records returned (max 25)", "type": "number" }, "nextToken": { "description": "Next token from the previous response to get the next page", "type": "string" }, "start": { "description": "Return recovery records that occurred after or during this time (ISO 8601)", "type": "string" } }, "required": [], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nissand/whoop-mcp-server-claude'

If you have feedback or need assistance with the MCP directory API, please join our Discord server