Skip to main content
Glama

National Parks MCP Server

getAlerts

Retrieve real-time alerts for U.S. national parks, including closures, hazards, and updates, with options to filter by park code, search terms, and pagination.

Instructions

Get current alerts for national parks including closures, hazards, and important information

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of alerts to return (default: 10, max: 50)
parkCodeNoFilter alerts by park code (e.g., "yose" for Yosemite). Multiple parks can be comma-separated (e.g., "yose,grca").
qNoSearch term to filter alerts by title or description
startNoStart position for results (useful for pagination)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Maximum number of alerts to return (default: 10, max: 50)", "type": "number" }, "parkCode": { "description": "Filter alerts by park code (e.g., \"yose\" for Yosemite). Multiple parks can be comma-separated (e.g., \"yose,grca\").", "type": "string" }, "q": { "description": "Search term to filter alerts by title or description", "type": "string" }, "start": { "description": "Start position for results (useful for pagination)", "type": "number" } }, "type": "object" }
Install Server

Other Tools from National Parks MCP Server

Related Tools

    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/KyrieTangSheng/mcp-server-nationalparks'

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