Skip to main content
Glama
dreamiurg

Mountaineers MCP Server

by dreamiurg

get_route

Retrieve detailed information about a specific climbing or hiking route, including difficulty, elevation, directions, and maps, by providing the route's URL or slug.

Instructions

Get detailed information about a specific route or place on mountaineers.org, including difficulty, elevation, directions, and maps.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesFull route URL or route slug (e.g. 'mount-si-old-trail')
Behavior3/5

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

No annotations are provided, so the description alone must convey behavioral traits. It states the return type (detailed info with specific fields) but does not disclose read-only status, lack of side effects, or any potential limits. For a 'get' tool, the default assumption of read-only is acceptable, but no explicit confirmation is given.

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, front-loaded sentence with no extraneous words. Every word adds value, making it efficient and easy to parse.

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 and no annotations, the description adequately specifies the tool's purpose and expected return data. However, it does not mention error handling or performance considerations. For a simple get tool, this is nearly complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema covers the single parameter 'url' with a description. The tool description adds an example format ('mount-si-old-trail'), which provides concrete usage guidance beyond the schema. This enhances agent understanding.

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 'Get detailed information' and identifies the resource as 'a specific route or place' along with concrete data fields (difficulty, elevation, directions, maps). This clearly distinguishes it from sibling tools like search_routes (which retrieves lists) and get_route_trip_reports.

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 provides no guidance on when to use this tool versus alternatives (e.g., search_routes for exploration, get_route_trip_reports for user reports). No context about prerequisites or exclusions is given.

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/dreamiurg/mountaineers-mcp'

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