Skip to main content
Glama

Server Details

Plan your hike. Get your developer token at https://Infoseek.ai/mcp

Ownership verified
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL

TDQS

A4.2/5.0

Scored across 5 tools

Disambiguation5/5

Each tool serves a distinct purpose: find by location, find by bounds, get details, get weather, search by name. No overlap in functionality, making it clear which tool to use for each scenario.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case (e.g., find_trails_near_location, get_trail_details). The naming is predictable and uniform.

Tool Count5/5

With 5 tools, the server covers the core domain of trail discovery and information without being overwhelming or underdeveloped. Each tool is justified and contributes to a cohesive experience.

Completeness4/5

The tool set provides comprehensive functionality for finding trails (by location, bounds, name), retrieving details, and checking weather. Minor gaps exist, such as the lack of user review submission or trail creation, but these are outside typical API scope for an informational server.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 5 tool updates
    • Changedfind_trails_near_location3 fields changed
      • addedInput schema / $defs / TrailCenterSearchInput / properties / locale
        Added value: +{
        +  "anyOf": [
        +    {
        +      "pattern": "^[a-z]{2,3}(-[A-Za-z0-9]{2,8})*$",
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "description": "A BCP 47 locale string (e.g. 'en-US', 'es-ES', 'de-DE'). Should be set to the user's device/browser locale or the language of the current conversation. Used for localizing trail names and descriptions, difficulty labels, and URLs. Falls back to request metadata if not provided.",
        +  "title": "Locale"
        +}
      • addedInput schema / properties / input / properties / locale
        Added value: +{
        +  "anyOf": [
        +    {
        +      "pattern": "^[a-z]{2,3}(-[A-Za-z0-9]{2,8})*$",
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "description": "A BCP 47 locale string (e.g. 'en-US', 'es-ES', 'de-DE'). Should be set to the user's device/browser locale or the language of the current conversation. Used for localizing trail names and descriptions, difficulty labels, and URLs. Falls back to request metadata if not provided.",
        +  "title": "Locale"
        +}
      • addedOutput schema / properties / message
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "title": "Message"
        +}
    • Changedfind_trails_within_bounds3 fields changed
      • addedInput schema / $defs / TrailBoundsSearchInput / properties / locale
        Added value: +{
        +  "anyOf": [
        +    {
        +      "pattern": "^[a-z]{2,3}(-[A-Za-z0-9]{2,8})*$",
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "description": "A BCP 47 locale string (e.g. 'en-US', 'es-ES', 'de-DE'). Should be set to the user's device/browser locale or the language of the current conversation. Used for localizing trail names and descriptions, difficulty labels, and URLs. Falls back to request metadata if not provided.",
        +  "title": "Locale"
        +}
      • addedInput schema / properties / input / properties / locale
        Added value: +{
        +  "anyOf": [
        +    {
        +      "pattern": "^[a-z]{2,3}(-[A-Za-z0-9]{2,8})*$",
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "description": "A BCP 47 locale string (e.g. 'en-US', 'es-ES', 'de-DE'). Should be set to the user's device/browser locale or the language of the current conversation. Used for localizing trail names and descriptions, difficulty labels, and URLs. Falls back to request metadata if not provided.",
        +  "title": "Locale"
        +}
      • addedOutput schema / properties / message
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "title": "Message"
        +}
    • Changedget_trail_details4 fields changed
      • addedInput schema / $defs / TrailIdInput / properties / locale
        Added value: +{
        +  "anyOf": [
        +    {
        +      "pattern": "^[a-z]{2,3}(-[A-Za-z0-9]{2,8})*$",
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "description": "A BCP 47 locale string (e.g. 'en-US', 'es-ES', 'de-DE'). Should be set to the user's device/browser locale or the language of the current conversation. Used for localizing trail names and descriptions, difficulty labels, and URLs. Falls back to request metadata if not provided.",
        +  "title": "Locale"
        +}
      • addedInput schema / properties / input / properties / locale
        Added value: +{
        +  "anyOf": [
        +    {
        +      "pattern": "^[a-z]{2,3}(-[A-Za-z0-9]{2,8})*$",
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "description": "A BCP 47 locale string (e.g. 'en-US', 'es-ES', 'de-DE'). Should be set to the user's device/browser locale or the language of the current conversation. Used for localizing trail names and descriptions, difficulty labels, and URLs. Falls back to request metadata if not provided.",
        +  "title": "Locale"
        +}
      • removedOutput schema / $defs / TrailDetails / properties / key_points
        Removed value: -{
        -  "anyOf": [
        -    {
        -      "type": "string"
        -    },
        -    {
        -      "type": "null"
        -    }
        -  ],
        -  "default": null,
        -  "title": "Key Points"
        -}
      • removedOutput schema / properties / trail / properties / key_points
        Removed value: -{
        -  "anyOf": [
        -    {
        -      "type": "string"
        -    },
        -    {
        -      "type": "null"
        -    }
        -  ],
        -  "default": null,
        -  "title": "Key Points"
        -}
    • Changedget_trail_weather_overview2 fields changed
      • addedInput schema / $defs / WeatherInput / properties / locale
        Added value: +{
        +  "anyOf": [
        +    {
        +      "pattern": "^[a-z]{2,3}(-[A-Za-z0-9]{2,8})*$",
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "description": "A BCP 47 locale string (e.g. 'en-US', 'es-ES', 'de-DE'). Should be set to the user's device/browser locale or the language of the current conversation. Used for localizing trail names and descriptions, difficulty labels, and URLs. Falls back to request metadata if not provided.",
        +  "title": "Locale"
        +}
      • addedInput schema / properties / input / properties / locale
        Added value: +{
        +  "anyOf": [
        +    {
        +      "pattern": "^[a-z]{2,3}(-[A-Za-z0-9]{2,8})*$",
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "description": "A BCP 47 locale string (e.g. 'en-US', 'es-ES', 'de-DE'). Should be set to the user's device/browser locale or the language of the current conversation. Used for localizing trail names and descriptions, difficulty labels, and URLs. Falls back to request metadata if not provided.",
        +  "title": "Locale"
        +}
    • Changedsearch_trails_by_name3 fields changed
      • addedInput schema / $defs / TrailNameSearchInput / properties / locale
        Added value: +{
        +  "anyOf": [
        +    {
        +      "pattern": "^[a-z]{2,3}(-[A-Za-z0-9]{2,8})*$",
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "description": "A BCP 47 locale string (e.g. 'en-US', 'es-ES', 'de-DE'). Should be set to the user's device/browser locale or the language of the current conversation. Used for localizing trail names and descriptions, difficulty labels, and URLs. Falls back to request metadata if not provided.",
        +  "title": "Locale"
        +}
      • addedInput schema / properties / input / properties / locale
        Added value: +{
        +  "anyOf": [
        +    {
        +      "pattern": "^[a-z]{2,3}(-[A-Za-z0-9]{2,8})*$",
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "description": "A BCP 47 locale string (e.g. 'en-US', 'es-ES', 'de-DE'). Should be set to the user's device/browser locale or the language of the current conversation. Used for localizing trail names and descriptions, difficulty labels, and URLs. Falls back to request metadata if not provided.",
        +  "title": "Locale"
        +}
      • addedOutput schema / properties / message
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "title": "Message"
        +}
  2. 5 tool updates
    • Changedfind_trails_near_location3 fields changed
      • removedInput schema / $defs / TrailCenterSearchInput / properties / locale
        Removed value: -{
        -  "anyOf": [
        -    {
        -      "pattern": "^[a-z]{2,3}(-[A-Za-z0-9]{2,8})*$",
        -      "type": "string"
        -    },
        -    {
        -      "type": "null"
        -    }
        -  ],
        -  "default": null,
        -  "description": "A BCP 47 locale string (e.g. 'en-US', 'es-ES', 'de-DE'). Should be set to the user's device/browser locale or the language of the current conversation. Used for localizing trail names and descriptions, difficulty labels, and URLs. Falls back to request metadata if not provided.",
        -  "title": "Locale"
        -}
      • removedInput schema / properties / input / properties / locale
        Removed value: -{
        -  "anyOf": [
        -    {
        -      "pattern": "^[a-z]{2,3}(-[A-Za-z0-9]{2,8})*$",
        -      "type": "string"
        -    },
        -    {
        -      "type": "null"
        -    }
        -  ],
        -  "default": null,
        -  "description": "A BCP 47 locale string (e.g. 'en-US', 'es-ES', 'de-DE'). Should be set to the user's device/browser locale or the language of the current conversation. Used for localizing trail names and descriptions, difficulty labels, and URLs. Falls back to request metadata if not provided.",
        -  "title": "Locale"
        -}
      • removedOutput schema / properties / message
        Removed value: -{
        -  "anyOf": [
        -    {
        -      "type": "string"
        -    },
        -    {
        -      "type": "null"
        -    }
        -  ],
        -  "default": null,
        -  "title": "Message"
        -}
    • Changedfind_trails_within_bounds3 fields changed
      • removedInput schema / $defs / TrailBoundsSearchInput / properties / locale
        Removed value: -{
        -  "anyOf": [
        -    {
        -      "pattern": "^[a-z]{2,3}(-[A-Za-z0-9]{2,8})*$",
        -      "type": "string"
        -    },
        -    {
        -      "type": "null"
        -    }
        -  ],
        -  "default": null,
        -  "description": "A BCP 47 locale string (e.g. 'en-US', 'es-ES', 'de-DE'). Should be set to the user's device/browser locale or the language of the current conversation. Used for localizing trail names and descriptions, difficulty labels, and URLs. Falls back to request metadata if not provided.",
        -  "title": "Locale"
        -}
      • removedInput schema / properties / input / properties / locale
        Removed value: -{
        -  "anyOf": [
        -    {
        -      "pattern": "^[a-z]{2,3}(-[A-Za-z0-9]{2,8})*$",
        -      "type": "string"
        -    },
        -    {
        -      "type": "null"
        -    }
        -  ],
        -  "default": null,
        -  "description": "A BCP 47 locale string (e.g. 'en-US', 'es-ES', 'de-DE'). Should be set to the user's device/browser locale or the language of the current conversation. Used for localizing trail names and descriptions, difficulty labels, and URLs. Falls back to request metadata if not provided.",
        -  "title": "Locale"
        -}
      • removedOutput schema / properties / message
        Removed value: -{
        -  "anyOf": [
        -    {
        -      "type": "string"
        -    },
        -    {
        -      "type": "null"
        -    }
        -  ],
        -  "default": null,
        -  "title": "Message"
        -}
    • Changedget_trail_details4 fields changed
      • removedInput schema / $defs / TrailIdInput / properties / locale
        Removed value: -{
        -  "anyOf": [
        -    {
        -      "pattern": "^[a-z]{2,3}(-[A-Za-z0-9]{2,8})*$",
        -      "type": "string"
        -    },
        -    {
        -      "type": "null"
        -    }
        -  ],
        -  "default": null,
        -  "description": "A BCP 47 locale string (e.g. 'en-US', 'es-ES', 'de-DE'). Should be set to the user's device/browser locale or the language of the current conversation. Used for localizing trail names and descriptions, difficulty labels, and URLs. Falls back to request metadata if not provided.",
        -  "title": "Locale"
        -}
      • removedInput schema / properties / input / properties / locale
        Removed value: -{
        -  "anyOf": [
        -    {
        -      "pattern": "^[a-z]{2,3}(-[A-Za-z0-9]{2,8})*$",
        -      "type": "string"
        -    },
        -    {
        -      "type": "null"
        -    }
        -  ],
        -  "default": null,
        -  "description": "A BCP 47 locale string (e.g. 'en-US', 'es-ES', 'de-DE'). Should be set to the user's device/browser locale or the language of the current conversation. Used for localizing trail names and descriptions, difficulty labels, and URLs. Falls back to request metadata if not provided.",
        -  "title": "Locale"
        -}
      • addedOutput schema / $defs / TrailDetails / properties / key_points
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "title": "Key Points"
        +}
      • addedOutput schema / properties / trail / properties / key_points
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "title": "Key Points"
        +}
    • Changedget_trail_weather_overview2 fields changed
      • removedInput schema / $defs / WeatherInput / properties / locale
        Removed value: -{
        -  "anyOf": [
        -    {
        -      "pattern": "^[a-z]{2,3}(-[A-Za-z0-9]{2,8})*$",
        -      "type": "string"
        -    },
        -    {
        -      "type": "null"
        -    }
        -  ],
        -  "default": null,
        -  "description": "A BCP 47 locale string (e.g. 'en-US', 'es-ES', 'de-DE'). Should be set to the user's device/browser locale or the language of the current conversation. Used for localizing trail names and descriptions, difficulty labels, and URLs. Falls back to request metadata if not provided.",
        -  "title": "Locale"
        -}
      • removedInput schema / properties / input / properties / locale
        Removed value: -{
        -  "anyOf": [
        -    {
        -      "pattern": "^[a-z]{2,3}(-[A-Za-z0-9]{2,8})*$",
        -      "type": "string"
        -    },
        -    {
        -      "type": "null"
        -    }
        -  ],
        -  "default": null,
        -  "description": "A BCP 47 locale string (e.g. 'en-US', 'es-ES', 'de-DE'). Should be set to the user's device/browser locale or the language of the current conversation. Used for localizing trail names and descriptions, difficulty labels, and URLs. Falls back to request metadata if not provided.",
        -  "title": "Locale"
        -}
    • Changedsearch_trails_by_name3 fields changed
      • removedInput schema / $defs / TrailNameSearchInput / properties / locale
        Removed value: -{
        -  "anyOf": [
        -    {
        -      "pattern": "^[a-z]{2,3}(-[A-Za-z0-9]{2,8})*$",
        -      "type": "string"
        -    },
        -    {
        -      "type": "null"
        -    }
        -  ],
        -  "default": null,
        -  "description": "A BCP 47 locale string (e.g. 'en-US', 'es-ES', 'de-DE'). Should be set to the user's device/browser locale or the language of the current conversation. Used for localizing trail names and descriptions, difficulty labels, and URLs. Falls back to request metadata if not provided.",
        -  "title": "Locale"
        -}
      • removedInput schema / properties / input / properties / locale
        Removed value: -{
        -  "anyOf": [
        -    {
        -      "pattern": "^[a-z]{2,3}(-[A-Za-z0-9]{2,8})*$",
        -      "type": "string"
        -    },
        -    {
        -      "type": "null"
        -    }
        -  ],
        -  "default": null,
        -  "description": "A BCP 47 locale string (e.g. 'en-US', 'es-ES', 'de-DE'). Should be set to the user's device/browser locale or the language of the current conversation. Used for localizing trail names and descriptions, difficulty labels, and URLs. Falls back to request metadata if not provided.",
        -  "title": "Locale"
        -}
      • removedOutput schema / properties / message
        Removed value: -{
        -  "anyOf": [
        -    {
        -      "type": "string"
        -    },
        -    {
        -      "type": "null"
        -    }
        -  ],
        -  "default": null,
        -  "title": "Message"
        -}
  3. 5 tool updates
    • Changedfind_trails_near_location2 fields changed
      • addedInput schema / $defs / TrailCenterSearchInput / properties / locale
        Added value: +{
        +  "anyOf": [
        +    {
        +      "pattern": "^[a-z]{2,3}(-[A-Za-z0-9]{2,8})*$",
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "description": "A BCP 47 locale string (e.g. 'en-US', 'es-ES', 'de-DE'). Should be set to the user's device/browser locale or the language of the current conversation. Used for localizing trail names and descriptions, difficulty labels, and URLs. Falls back to request metadata if not provided.",
        +  "title": "Locale"
        +}
      • addedInput schema / properties / input / properties / locale
        Added value: +{
        +  "anyOf": [
        +    {
        +      "pattern": "^[a-z]{2,3}(-[A-Za-z0-9]{2,8})*$",
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "description": "A BCP 47 locale string (e.g. 'en-US', 'es-ES', 'de-DE'). Should be set to the user's device/browser locale or the language of the current conversation. Used for localizing trail names and descriptions, difficulty labels, and URLs. Falls back to request metadata if not provided.",
        +  "title": "Locale"
        +}
    • Changedfind_trails_within_bounds2 fields changed
      • addedInput schema / $defs / TrailBoundsSearchInput / properties / locale
        Added value: +{
        +  "anyOf": [
        +    {
        +      "pattern": "^[a-z]{2,3}(-[A-Za-z0-9]{2,8})*$",
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "description": "A BCP 47 locale string (e.g. 'en-US', 'es-ES', 'de-DE'). Should be set to the user's device/browser locale or the language of the current conversation. Used for localizing trail names and descriptions, difficulty labels, and URLs. Falls back to request metadata if not provided.",
        +  "title": "Locale"
        +}
      • addedInput schema / properties / input / properties / locale
        Added value: +{
        +  "anyOf": [
        +    {
        +      "pattern": "^[a-z]{2,3}(-[A-Za-z0-9]{2,8})*$",
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "description": "A BCP 47 locale string (e.g. 'en-US', 'es-ES', 'de-DE'). Should be set to the user's device/browser locale or the language of the current conversation. Used for localizing trail names and descriptions, difficulty labels, and URLs. Falls back to request metadata if not provided.",
        +  "title": "Locale"
        +}
    • Changedget_trail_details2 fields changed
      • addedInput schema / $defs / TrailIdInput / properties / locale
        Added value: +{
        +  "anyOf": [
        +    {
        +      "pattern": "^[a-z]{2,3}(-[A-Za-z0-9]{2,8})*$",
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "description": "A BCP 47 locale string (e.g. 'en-US', 'es-ES', 'de-DE'). Should be set to the user's device/browser locale or the language of the current conversation. Used for localizing trail names and descriptions, difficulty labels, and URLs. Falls back to request metadata if not provided.",
        +  "title": "Locale"
        +}
      • addedInput schema / properties / input / properties / locale
        Added value: +{
        +  "anyOf": [
        +    {
        +      "pattern": "^[a-z]{2,3}(-[A-Za-z0-9]{2,8})*$",
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "description": "A BCP 47 locale string (e.g. 'en-US', 'es-ES', 'de-DE'). Should be set to the user's device/browser locale or the language of the current conversation. Used for localizing trail names and descriptions, difficulty labels, and URLs. Falls back to request metadata if not provided.",
        +  "title": "Locale"
        +}
    • Changedget_trail_weather_overview2 fields changed
      • addedInput schema / $defs / WeatherInput / properties / locale
        Added value: +{
        +  "anyOf": [
        +    {
        +      "pattern": "^[a-z]{2,3}(-[A-Za-z0-9]{2,8})*$",
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "description": "A BCP 47 locale string (e.g. 'en-US', 'es-ES', 'de-DE'). Should be set to the user's device/browser locale or the language of the current conversation. Used for localizing trail names and descriptions, difficulty labels, and URLs. Falls back to request metadata if not provided.",
        +  "title": "Locale"
        +}
      • addedInput schema / properties / input / properties / locale
        Added value: +{
        +  "anyOf": [
        +    {
        +      "pattern": "^[a-z]{2,3}(-[A-Za-z0-9]{2,8})*$",
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "description": "A BCP 47 locale string (e.g. 'en-US', 'es-ES', 'de-DE'). Should be set to the user's device/browser locale or the language of the current conversation. Used for localizing trail names and descriptions, difficulty labels, and URLs. Falls back to request metadata if not provided.",
        +  "title": "Locale"
        +}
    • Changedsearch_trails_by_name2 fields changed
      • addedInput schema / $defs / TrailNameSearchInput / properties / locale
        Added value: +{
        +  "anyOf": [
        +    {
        +      "pattern": "^[a-z]{2,3}(-[A-Za-z0-9]{2,8})*$",
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "description": "A BCP 47 locale string (e.g. 'en-US', 'es-ES', 'de-DE'). Should be set to the user's device/browser locale or the language of the current conversation. Used for localizing trail names and descriptions, difficulty labels, and URLs. Falls back to request metadata if not provided.",
        +  "title": "Locale"
        +}
      • addedInput schema / properties / input / properties / locale
        Added value: +{
        +  "anyOf": [
        +    {
        +      "pattern": "^[a-z]{2,3}(-[A-Za-z0-9]{2,8})*$",
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "description": "A BCP 47 locale string (e.g. 'en-US', 'es-ES', 'de-DE'). Should be set to the user's device/browser locale or the language of the current conversation. Used for localizing trail names and descriptions, difficulty labels, and URLs. Falls back to request metadata if not provided.",
        +  "title": "Locale"
        +}
  4. 4 tool updates
    • Changedfind_trails_near_location1 field changed
      • addedOutput schema / properties / message
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "title": "Message"
        +}
    • Changedfind_trails_within_bounds1 field changed
      • addedOutput schema / properties / message
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "title": "Message"
        +}
    • Changedget_trail_details2 fields changed
      • removedOutput schema / $defs / TrailDetails / properties / key_points
        Removed value: -{
        -  "anyOf": [
        -    {
        -      "type": "string"
        -    },
        -    {
        -      "type": "null"
        -    }
        -  ],
        -  "default": null,
        -  "title": "Key Points"
        -}
      • removedOutput schema / properties / trail / properties / key_points
        Removed value: -{
        -  "anyOf": [
        -    {
        -      "type": "string"
        -    },
        -    {
        -      "type": "null"
        -    }
        -  ],
        -  "default": null,
        -  "title": "Key Points"
        -}
    • Changedsearch_trails_by_name1 field changed
      • addedOutput schema / properties / message
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "title": "Message"
        +}
  5. 5 tool updates
    • First observedfind_trails_near_location
    • First observedfind_trails_within_bounds
    • First observedget_trail_details
    • First observedget_trail_weather_overview
    • First observedsearch_trails_by_name

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources