Skip to main content
Glama

National Parks MCP Server

getParkDetails

Retrieve comprehensive details about a specific U.S. national park using its unique park code. Access information such as alerts, visitor centers, campgrounds, and events via the National Parks MCP Server.

Instructions

Get detailed information about a specific national park

Input Schema

NameRequiredDescriptionDefault
parkCodeYesThe park code of the national park (e.g., "yose" for Yosemite, "grca" for Grand Canyon)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "parkCode": { "description": "The park code of the national park (e.g., \"yose\" for Yosemite, \"grca\" for Grand Canyon)", "type": "string" } }, "required": [ "parkCode" ], "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