Skip to main content
Glama
dreamiurg

Mountaineers MCP Server

by dreamiurg

search_trip_reports

Search the archive of member-written trip reports on mountaineers.org. Filter by activity type or enter a route name to narrow results.

Instructions

Search trip reports on mountaineers.org. Trip reports are member-written accounts of past outings; the full historical archive (8000+ reports) is searchable here. To narrow to a specific route, pass the route name as the query.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (0-based, 20 results per page)
queryNoSearch text
activity_typeNoActivity type filter
Behavior3/5

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

With no annotations provided, the description carries full burden. It discloses that the tool searches over 8000+ trip reports and suggests query usage. However, it does not state that the tool is read-only, nor does it describe pagination or result format beyond what the schema provides.

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 three sentences, front-loaded with purpose, followed by context and usage tip. Every sentence earns its place with no redundancy or wasted words.

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 100% parameter coverage, the description explains the domain (mountaineers.org, 8000+ reports) and provides a usage tip. It could mention pagination or that results are a list, but it is largely complete for a search tool.

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?

Schemas cover 100% of parameters. The description adds specific context for the query parameter (route name narrowing), but the baseline is 3 given high schema coverage. The page parameter detail (20 results per page) is already in the schema, so minimal added value.

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 searches trip reports on mountaineers.org, defines what trip reports are, and mentions the archive size. It distinguishes from sibling tools like get_trip_report (single report) and get_route_trip_reports (route-specific reports) by being the general search tool.

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 provides a clear usage tip: 'To narrow to a specific route, pass the route name as the query.' This helps the agent decide when to use this tool. However, it does not explicitly state when not to use it or mention alternatives like get_route_trip_reports.

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