Skip to main content
Glama

List activities

strava_list_activities
Read-only

List the authenticated athlete's activities, newest first, as compact summaries. Use before/after to fetch activities within a specific date range without paging.

Instructions

The authenticated athlete's activities, newest first, as compact summaries (GET /athlete/activities). Use before/after to scope a date range instead of paging blindly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rawNoReturn Strava's full SummaryActivity objects instead of compact summaries.
pageNoPage number, defaults to 1.
afterNoOnly activities started after this time.
beforeNoOnly activities started before this time.
per_pageNoItems per page, defaults to 30.
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering safety. The description adds behavioral context: newest-first ordering, compact summaries, and a hint about efficient date-range exploration. No contradiction with annotations.

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 with zero filler. The purpose is front-loaded, and the usage tip is concise and actionable.

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

Completeness4/5

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

Given no output schema, the description covers purpose, ordering, summary format, and endpoint, plus a practical usage tip. It is slightly vague on what 'compact summaries' contain, but adequate for the tool's simplicity and annotation coverage.

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 covers 100% of parameters with descriptions. The description adds the tip to prefer before/after over paging, but does not add syntax or format details beyond the schema. Baseline 3 is appropriate since the schema does the heavy lifting.

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 lists the authenticated athlete's activities, newest first, as compact summaries, with a specific endpoint reference. This distinguishes it from sibling tools like strava_get_activity which targets a single activity.

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?

It provides clear context (authenticated athlete's activities) and a concrete usage tip (use before/after to scope a date range instead of paging blindly). However, it does not explicitly name alternatives or exclusion scenarios, so it's clear but not fully differentiated.

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/sivaparthi/stravamcp'

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