Skip to main content
Glama

National Parks MCP Server

getEvents

Discover upcoming events at U.S. National Parks by filtering by park code, date range, or search term. Use this tool to easily plan visits and explore park activities.

Instructions

Find upcoming events at parks

Input Schema

NameRequiredDescriptionDefault
dateEndNoEnd date for filtering events (format: YYYY-MM-DD)
dateStartNoStart date for filtering events (format: YYYY-MM-DD)
limitNoMaximum number of events to return (default: 10, max: 50)
parkCodeNoFilter events by park code (e.g., "yose" for Yosemite). Multiple parks can be comma-separated (e.g., "yose,grca").
qNoSearch term to filter events 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": { "dateEnd": { "description": "End date for filtering events (format: YYYY-MM-DD)", "type": "string" }, "dateStart": { "description": "Start date for filtering events (format: YYYY-MM-DD)", "type": "string" }, "limit": { "description": "Maximum number of events to return (default: 10, max: 50)", "type": "number" }, "parkCode": { "description": "Filter events 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 events 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