Skip to main content
Glama
adrienlupo

mcp-strava

by adrienlupo

get_segment_effort_streams

Obtain the time-series data streams for a segment effort, including distance, time, heart rate, and power measurements.

Instructions

Analyze a Strava segment with full historical comparison. ONE call returns EVERYTHING: segment info, current effort stats, AND comparison with ALL previous attempts (best_time, average_time, total_efforts, rank, previous_efforts list). No need to list_activities - this tool automatically fetches all historical data. Use when user asks about segment history, progress, PRs, or performance over time. Input: segment_effort_id from get_activity_detail's segment_efforts array.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
segment_effort_idYesThe Strava segment effort ID as a string (to preserve precision for large IDs). Get this from get_activity_detail response which includes segment_efforts array.
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses that one call returns everything and automatically fetches all historical data, but does not mention potential side effects like rate limiting, performance characteristics, or authorization requirements beyond what is implied.

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 concise at two sentences, front-loads the primary function, and includes all necessary details without verbosity. Every sentence adds value.

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?

Given no output schema and a single parameter, the description comprehensively covers input sourcing, output contents, and usage scenario. It explains that the tool fetches historical data automatically, making it complete for the tool's complexity.

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?

The input schema already describes the parameter with high coverage (100%). The description adds value by specifying where to obtain the segment_effort_id (from get_activity_detail's segment_efforts array), providing context beyond the 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 clearly states the tool analyzes a Strava segment with full historical comparison, specifying it returns segment info, effort stats, and comparison with all previous attempts. It distinguishes itself from list_activities by saying 'No need to list_activities', making the purpose unambiguous.

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

Usage Guidelines4/5

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

The description provides explicit usage context: 'Use when user asks about segment history, progress, PRs, or performance over time.' It also notes that this tool supersedes list_activities for historical data. However, it does not mention when not to use it or list alternative tools for different scenarios.

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

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