Skip to main content
Glama

Strava Training Context

strava_training_context
Read-onlyIdempotent

Convert recent Strava activity into a standardized training context for workout recommendation engines, including fallback when no activity exists.

Instructions

Normalize recent Strava activity load into a compact training_context for workout recommendation engines. Includes fallback guidance when recent Strava activity is missing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoLookback window for normalized Strava training context.
notesNo
sorenessNo
timezoneNoIANA timezone used only for display, e.g. America/New_York.UTC
injury_flagsNo
response_formatNomarkdown

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesNo
sourceYes
privacyYes
sorenessYes
context_typeYes
data_qualityNo
generated_atYes
injury_flagsYes
fallback_hintNo
soreness_hintNo
weekly_minutesNo
relative_effortNo
telegram_summaryNo
last_activity_typeNo
recommended_handoffYes
recent_training_loadYes
context_contract_versionYes
Behavior4/5

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

With annotations already declaring readOnly, idempotent, and non-destructive behavior, the description adds behavioral context by explaining the normalization process and mentioning fallback guidance when activity data is missing. However, it does not detail what the normalization entails or what the fallback guidance contains, so it provides moderate added transparency.

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 concise, front-loaded sentences with no filler. Every clause adds information, and the key verb and resource appear immediately.

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 six optional parameters, an output schema, and sibling tools, the description provides only a high-level purpose and fallback note. It lacks usage context, parameter semantics, and behavioral details needed to fully understand and select the tool, leaving significant gaps.

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 only 33%, and the tool description does not explain any of the six parameters beyond implying a lookback via 'recent'. Params like soreness, injury_flags, and response_format receive no semantic guidance, so the description fails to compensate for the sparse 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 uses a specific verb ('Normalize') and resource ('recent Strava activity load into a compact training_context'), clearly distinguishing it from sibling summary and inventory tools. The mention of fallback guidance adds further specificity about its purpose.

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 workout recommendation engines needing normalized training context, but it does not explicitly state when to choose this tool over siblings like strava_daily_summary or strava_weekly_summary. No alternatives or exclusion criteria are provided.

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

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