Skip to main content
Glama
dreamiurg

Mountaineers MCP Server

by dreamiurg

get_activity_history

Retrieve your completed mountaineering activity history with optional filters for category, result, type, and date range.

Instructions

Get the logged-in user's completed activity history (past trips, courses, events). Supports filtering by category, result, activity type, and date range. For arbitrary members use get_member_history.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results to return (default 20, use 0 for all)
resultNoFilter by result: 'Successful', 'Canceled', etc.
date_toNoFilter to this date (YYYY-MM-DD)
categoryNoFilter by category (e.g. 'trip', 'course')
date_fromNoFilter from this date (YYYY-MM-DD)
activity_typeNoFilter by activity type: 'Climbing', 'Day Hiking', etc.
Behavior3/5

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

No annotations are provided, so the description must disclose behavioral traits. It mentions the tool gets 'completed' history and supports filtering, but does not state whether the operation is read-only, any authorization requirements, pagination behavior, or side effects. The description is adequate but lacks detail.

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: first states the core purpose, second adds filtering capabilities and an alternative tool. No unnecessary words, well front-loaded.

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 6 optional parameters and no output schema. The description covers the filtering capabilities but does not explain return format, default ordering, or pagination beyond the limit parameter. It also does not define 'completed' explicitly. Given the complexity, it could be more 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?

Schema description coverage is 100%, meaning each parameter has a description in the schema. The tool description mentions filtering by category, result, activity type, and date range, but does not add meaning beyond what the schema already provides. Baseline 3 is appropriate.

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 retrieves the logged-in user's completed activity history (trips, courses, events). It differentiates from the sibling tool get_member_history by explicitly mentioning 'logged-in user' and directing to the alternative for arbitrary members.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use this tool (logged-in user's history) and when not to use it (arbitrary members, pointing to get_member_history). This provides clear guidance on tool selection.

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