get_park
ActiveTool of Nps
declared in 0.1.0
Fetch a single park by parkCode. Returns full description, designation, activities, topics, address, contacts, operating hours, entrance fees, and image gallery.
Parameters schema
{
"type": "object",
"examples": [
{
"park_code": "yell"
},
{
"park_code": "yose"
}
],
"required": [
"park_code"
],
"properties": {
"park_code": {
"type": "string",
"description": "4-letter NPS parkCode (e.g., \"yose\", \"grca\", \"yell\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Nps
https://github.com/pipeworx-io/mcp-nps
1/7 registries