Skip to main content
Glama

National Parks MCP Server

getCampgrounds

Search and filter campgrounds in U.S. National Parks by park code, name, or description. Retrieve details on amenities and availability, with pagination for easy navigation.

Instructions

Get information about available campgrounds and their amenities

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of campgrounds to return (default: 10, max: 50)
parkCodeNoFilter campgrounds by park code (e.g., "yose" for Yosemite). Multiple parks can be comma-separated (e.g., "yose,grca").
qNoSearch term to filter campgrounds by name 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 campgrounds to return (default: 10, max: 50)", "type": "number" }, "parkCode": { "description": "Filter campgrounds 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 campgrounds by name 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