Skip to main content
Glama

trailweights-mcp

Server Details

Read-only MCP access to TrailWeights' ultralight gear corpus: verified weights, reviews, pack lists

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool update
    • Addedreport_outcome
  2. 1 tool update
    • Changedget_field_consensus2 fields changed
      • addedInput schema / properties / slug
        Added value: +{
        +  "description": "Product slug.",
        +  "type": "string"
        +}
      • removedInput schema / required
        Removed value: -[
        -  "product_id"
        -]
  3. 1 tool update
    • Addedget_field_consensus
  4. 1 tool update
    • Changedsearch_corpus4 fields changed
      • addedInput schema / properties / category
        Added value: +{
        +  "description": "Gear category filter (e.g. shelter, pack, sleep_system).",
        +  "type": "string"
        +}
      • addedInput schema / properties / max_price_usd
        Added value: +{
        +  "description": "Only chunks tied to products at or under this MSRP.",
        +  "minimum": 0,
        +  "type": "number"
        +}
      • addedInput schema / properties / max_weight_g
        Added value: +{
        +  "description": "Only chunks tied to products at or under this verified weight in grams.",
        +  "minimum": 0,
        +  "type": "number"
        +}
      • addedInput schema / properties / min_creator_count
        Added value: +{
        +  "description": "Trust floor: only chunks tied to products mentioned by at least this many independent creators.",
        +  "minimum": 0,
        +  "type": "integer"
        +}
  5. 7 tool updates
    • First observedcompare_gear
    • First observedfind_lighter_alternative
    • First observedget_gear_reviews
    • First observedget_pack_template
    • First observedget_product_specs
    • First observedrecommend_gear
    • First observedsearch_corpus

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool targets a distinct operation: comparing multiple products, finding lighter alternatives, retrieving field consensus, fetching video reviews, getting pack templates, obtaining product specs, making structured recommendations, and searching the knowledge corpus. No two tools have overlapping purposes.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., compare_gear, get_product_specs, recommend_gear). The verbs are descriptive and the nouns clearly indicate the resource, making the naming predictable and intuitive.

Tool Count5/5

With 8 tools, the set is well-scoped for a gear database and recommendation system. Each tool serves a specific need without redundancy, and the count is neither too sparse nor excessive for the domain.

Completeness5/5

The tool surface covers all key aspects of the domain: product lookup, comparison, alternative suggestions, reviews, field consensus, pack templates, recommendations, and semantic search. There are no obvious gaps for a read-only gear information service.

Resources