Skip to main content
Glama
samitugal
by samitugal

list-segment-efforts

Retrieve segment efforts from your Strava account, showing time, distance, and PR/KOM rank. Filter by date range to analyze specific performance periods.

Instructions

Returns the authenticated athlete's efforts on a segment, including time, distance, and PR/KOM rank, with optional date range filtering.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
perPageNoNumber of efforts to return per page (default: 30, max: 200).
segmentIdYesThe ID of the segment for which to list efforts.
endDateLocalNoFilter efforts ending before this ISO 8601 date-time (optional).
startDateLocalNoFilter efforts starting after this ISO 8601 date-time (optional).
Behavior3/5

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

With no annotations, the description carries the burden of disclosing behavior. It adds value by mentioning the returned data (time, distance, PR/KOM rank), but it does not address pagination, ordering, rate limits, or the exact scope of 'authenticated athlete's efforts' beyond what the name implies. It is adequate but not rich.

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?

A single sentence that front-loads the specific action, resource, and key output details. No wasted words, and the structure is immediately scannable.

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?

For a simple list tool with no output schema, the description adequately conveys purpose, scope (authenticated athlete), and result contents. It could be improved by explicitly noting pagination behavior or that it returns an array, but the perPage parameter partially covers this. Overall it is nearly complete.

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%, so all parameters are already documented structurally. The description only mentions 'optional date range filtering,' which maps to startDateLocal/endDateLocal, adding little beyond the schema. Baseline 3 is appropriate.

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 the authenticated athlete's efforts on a segment, specifying the output includes time, distance, and PR/KOM rank. This verb+resource phrasing distinguishes it from siblings like get-segment-effort (single effort) and get-segment-leaderboard (global leaderboard).

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

Usage Guidelines3/5

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

The description implies usage for viewing a user's own segment efforts and optionally filtering by date range, but it does not explicitly specify when to choose this over alternatives (e.g., get-segment-effort) or mention exclusions. The context is clear enough for a self-explanatory tool, but not explicit.

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

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