Skip to main content
Glama
gcoombe
by gcoombe

get_activity_streams

Retrieve detailed activity data streams from Strava, including GPS coordinates, heart rate, power output, and cadence metrics for analysis and tracking.

Instructions

Get activity streams (GPS, heart rate, power, cadence, etc.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesActivity ID
keysNoStream types to retrieve (time, latlng, distance, altitude, heartrate, watts, cadence, etc.)
key_by_typeNoReturn streams keyed by type (default: true)
Behavior2/5

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

No annotations are provided, so the description carries full burden. It states what the tool does but lacks behavioral details such as authentication requirements, rate limits, error conditions, or response format. The description doesn't contradict annotations (none exist), but it fails to disclose critical operational traits.

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 a single, efficient sentence with zero wasted words. It front-loads the core purpose and includes helpful examples without redundancy. Every element earns its place.

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

Completeness2/5

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

Given no annotations and no output schema, the description is incomplete for a tool with 3 parameters. It lacks details on return values, error handling, and behavioral constraints. While the schema covers inputs well, the overall context for safe and effective use is insufficient.

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 100%, providing clear documentation for all parameters (id, keys, key_by_type). The description adds minimal value beyond the schema by listing example stream types (e.g., heartrate, watts) but doesn't explain parameter interactions or usage nuances. Baseline 3 is appropriate given high schema coverage.

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 clearly states the verb ('Get') and resource ('activity streams') with specific examples of what streams contain (GPS, heart rate, power, cadence, etc.). It distinguishes from siblings like get_activity (which likely returns metadata) by focusing on stream data, though it doesn't explicitly name alternatives.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives like get_activity (for metadata) or get_activities (for lists). The description implies usage for retrieving sensor data streams but offers no explicit context, prerequisites, or exclusions.

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

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