Skip to main content
Glama

Hydrate one Strava segment history

hydrate_strava_segment_history

Fetches a persisted Strava segment and the authenticated athlete's paged historic efforts, enabling resumable enrichment of segment history data.

Instructions

Write-only targeted enrichment. Fetches a persisted Strava segment and the authenticated athlete’s paged historic efforts; interrupted or throttled work is resumable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refreshNo
segmentIdYes
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It discloses that the operation is write-only, that it fetches paged historic efforts, and that interrupted work is resumable. However, it does not specify side effects, prerequisites like authentication, or error/return behaviors, leaving ambiguity.

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 two sentences, with the key concept front-loaded ('Write-only targeted enrichment'). It is free of redundancy and appropriately sized for a focused tool.

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

Completeness3/5

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

Given the tool has only two parameters and no output schema, the description covers the core behavior (fetching and hydrating segment history) and mentions resumability and pagination. However, it is incomplete for practical use because it omits parameter semantics and any usage restrictions or interactions with sibling tools.

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 description coverage is 0%, so the description must explain both parameters. It fails to explain 'refresh' and only implicitly alludes to 'segmentId' via 'persisted Strava segment'. This leaves the agent without enough context to correctly set parameter values.

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's function: it fetches a persisted Strava segment and the athlete's historic efforts for that segment, serving as a targeted enrichment action. It distinguishes itself from sibling tools like hydrate_strava_activity by focusing specifically on segment history.

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?

The description does not provide explicit when-to-use guidance or mention alternatives among the sibling hydration tools. The 'resumable' note hints at retry scenarios but lacks a clear directive on when to select this tool over hydrate_recent_strava_activities or hydrate_strava_activity.

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/rifusaki/catence'

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