Skip to main content
Glama
dengxuhui

igpsport-mcp

by dengxuhui

get_activity_streams

Retrieve time-series data channels (power, heart rate) for a cycling activity, with configurable resolution and time offset.

Instructions

Time-series channels as compact bare arrays. Channels default to power+hr; resolution one of 1s/5s/10s/30s/1min (default 10s to keep tokens sane).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ride_idYes
channelsNo
resolutionNo10s
start_offset_sNo
end_offset_sNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations provided, so the description carries full burden. It mentions 'to keep tokens sane' hinting at token usage, but does not disclose other behavioral traits like rate limits, auth needs, or side effects. It does not explicitly state the tool is read-only.

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?

Two sentences, front-loaded with core purpose, no wasted words. Ideal length for a simple tool.

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 5 parameters and an output schema, the description is too sparse. It leaves many questions about available channels, offset behavior, and response format, which is not fully compensated by the output schema.

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

Parameters2/5

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

Schema coverage is 0%, yet the description only adds meaning for two of five parameters (channels default, resolution default). It does not explain start_offset_s, end_offset_s, or ride_id 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 returns time-series channels as compact bare arrays, with defaults for channels and resolution. This distinguishes it from sibling tools that provide summaries or analyses.

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 on when to use this tool vs. siblings like get_activity_summary or get_activity_laps. The description implies use for raw data but lacks explicit context.

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/dengxuhui/igpsport-mcp'

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