Skip to main content
Glama
samitugal
by samitugal

explore-segments

Discover popular Strava segments within a geographic bounding box, filterable by activity type and climb category.

Instructions

Returns popular segments within a bounding box (south_west_lat,south_west_lng,north_east_lat,north_east_lng), optionally filtered by activity type (running/riding) and climb category.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
boundsYesThe geographical area to search, specified as a comma-separated string: south_west_lat,south_west_lng,north_east_lat,north_east_lng
maxCatNoFilter by maximum climb category (optional, 0-5). Requires riding activityType.
minCatNoFilter by minimum climb category (optional, 0-5). Requires riding activityType.
activityTypeNoFilter segments by activity type (optional: 'running' or 'riding').
Behavior2/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 mentions 'popular segments' but does not clarify what 'popular' means, result limits, sorting, pagination, or authentication requirements. This leaves significant uncertainty for the agent.

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 a single, concise sentence that front-loads the action and resource, includes the bounding box format, and mentions all optional filters. No wasted words.

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?

The tool has one required parameter and three optional ones, and the description covers the core purpose and filters. However, with no annotations and no output schema, it lacks behavioral details (e.g., what 'popular' means, pagination) and does not provide usage alternatives. It is adequate but not 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?

The input schema provides 100% coverage for all four parameters, so the description does not need to explain them. It only restates the optional filters (activity type, climb category) without adding new semantics like the dependency that minCat/maxCat require riding activityType, which is already in 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 uses the specific verb 'Returns' and clearly identifies the resource as 'popular segments' scoped by a geographic bounding box. It distinguishes this tool from siblings like get-segment or list-starred-segments by emphasizing geographic exploration rather than individual lookups.

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?

The description conveys a clear use case: use when you need to discover segments within a geographic area. However, it does not explicitly mention alternatives or conditions when not to use it, so it lacks exclusions but provides clear 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/samitugal/strava-mcp'

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