Skip to main content
Glama

WHOOP Cycles

whoop_list_cycles
Read-onlyIdempotent

Retrieve WHOOP physiological cycles filtered by start/end dates and paginated for health, sleep, and recovery analysis.

Instructions

List WHOOP physiological cycles. Supports start/end filters and WHOOP pagination. Requires read:cycles scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNoISO 8601 date-time with timezone, e.g. 2026-04-30T00:00:00Z
limitNoWHOOP page size. WHOOP allows a maximum of 25.
startNoISO 8601 date-time with timezone, e.g. 2026-04-30T00:00:00Z
all_pagesNoFetch multiple pages up to max_pages.
max_pagesNoMaximum pages to fetch when all_pages is true.
next_tokenNoWHOOP pagination token returned by a previous call.
privacy_modeNoOptional per-call payload privacy override. Defaults to WHOOP_PRIVACY_MODE or structured. raw returns full WHOOP API payloads, not raw device sensor streams.
response_formatNomarkdown
explicit_user_intentNoRequired true when privacy_mode=raw (agent escalation of redaction).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
recordsYes
endpointYes
has_moreYes
next_tokenNo
privacy_modeYes
pages_fetchedYes
Install Server

TDQS

A3.8/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already establish readOnlyHint, idempotentHint, and non-destructive behavior. The description adds a valuable behavioral detail beyond that: the required 'read:cycles' OAuth scope. It also mentions pagination support, giving the agent a sense of the tool's interaction pattern without contradicting the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three short sentences, front-loaded with the core action and resource. Every sentence adds useful information: what it lists, what filtering/pagination it supports, and the required scope. No filler or redundancy exists.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only list tool with rich annotations, an output schema, and 89% schema description coverage, the description is mostly complete. It covers the resource, filtering, pagination, and auth. It could be slightly more complete by pointing to whoop_get_cycle for single-cycle lookups, but that gap is minor given the schema and annotations.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is high (89%), and parameter descriptions already document date-time format, limit bounds, pagination, and privacy mode. The tool description only restates the start/end filters and pagination, adding little semantic value beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('List') and a clear resource ('WHOOP physiological cycles'), and adds useful scope details about start/end filters and pagination. It is clear and accurate, though it doesn't explicitly distinguish itself from sibling tools like whoop_list_recoveries or whoop_get_cycle.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description indicates what the tool supports ('start/end filters and WHOOP pagination'), so an agent can infer basic when-to-use context. However, it provides no explicit guidance about when to prefer this over sibling list/get tools, nor does it mention exclusions or alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

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/davidmosiah/whoop-mcp'

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