Skip to main content
Glama

Strava Activity Series

strava_activity_series
Read-onlyIdempotent

Fetch a downsampled series for a single activity metric, capped at 500 points so multi-hour activities don't overflow the context window.

Instructions

Bounded time-series for one activity metric (agent-safe-series/v1). Returns exact stats on full-resolution samples plus a downsampled series capped at 500 points, so a multi-hour ride never blows the context window. Prefer strava_get_activity / zones first; reach for this when you need the shape of the effort. GPS is never returned here. Shared contract with garmin_activity_series / Kindred workout_series.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesStrava activity id.
metricNoWhich sample stream to shape. GPS is never available here; use strava_get_activity_streams with include_gps for latlng.heart_rate
max_pointsNoPoint budget for the returned series. Server hard cap is 500.
response_formatNomarkdown
reference_max_hrNoReference max heart rate for zone math (reference_source=caller_provided). Without it, uses activity max_heartrate when available, else series observed max.
resolution_secondsNoRequested bucket width. Raised automatically when it would exceed max_points; response reports what was used.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
unitYes
notesYes
statsYes
methodYes
metricYes
pointsYes
t_unitYes
start_timeNo
activity_idYes
downsampledYes
data_qualityYes
time_in_zoneNo
source_pointsYes
returned_pointsYes
contract_versionYes
resolution_secondsYes
requested_resolution_secondsYes
Behavior5/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false. The description adds valuable behavioral context beyond annotations: a 500-point cap to avoid blowing the context window, exact stats on full-resolution samples plus downsampled series, and the explicit exclusion of GPS. No contradiction.

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?

Four sentences, front-loaded with the essential purpose, followed by the context-window safeguard, usage guidance, and exclusions/contract. Every sentence earns its place without redundancy or wordiness.

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

Completeness5/5

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

With a rich output schema and strong annotations, the description still adds necessary context: purpose, caps, alternatives, GPS exclusion, and shared contract. This gives an agent all it needs to select and invoke the tool correctly without relying on hidden details.

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

Parameters4/5

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

Schema coverage is high (83%) with descriptions on 5 of 6 parameters; response_format's enum is self-explanatory. The description adds modest semantic context by connecting metric to 'one activity metric' and max_points to the '500 points' cap, but most parameter meaning already lives in the schema. Still, it enriches understanding beyond bare schema.

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

Purpose5/5

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

The description opens with 'Bounded time-series for one activity metric', identifying the exact resource and core operation. It explicitly differentiates from siblings by saying 'Prefer strava_get_activity / zones first; reach for this when you need the shape of the effort' and clarifies 'GPS is never returned here', which distinguishes it from activity streams.

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

Usage Guidelines5/5

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

Provides clear usage precedence: 'Prefer strava_get_activity / zones first' and the decision trigger 'when you need the shape of the effort.' It also states 'GPS is never returned here', steering users away when location data is needed. This is explicit when-to-use guidance with named alternatives.

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

Install Server

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/strava-mcp'

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