get-athlete-zones
Retrieve heart rate and power zones for the authenticated athlete, providing both a formatted summary and raw JSON data. Integrates with the Strava MCP Server for seamless data access.
Instructions
Retrieves the authenticated athlete's configured heart rate and power zones.
Output includes both a formatted summary and the raw JSON data.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}