National Park Service (NPS) Data API — Alerts

National Park Service (NPS) Data API — Alerts. 1 operations. Lead operation: List park alerts. Self-contained Naftiko capability covering one Department Of The Interior business surface.

Run with Naftiko Department Of The InteriorAlerts

What You Can Do

GET
Listalerts — List park alerts
/v1/alerts

MCP Tools

list-park-alerts

List park alerts

read-only idempotent

Capability Spec

nps-data-alerts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: National Park Service (NPS) Data API — Alerts
  description: 'National Park Service (NPS) Data API — Alerts. 1 operations. Lead operation: List park alerts. Self-contained
    Naftiko capability covering one Department Of The Interior business surface.'
  tags:
  - Department Of The Interior
  - Alerts
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DEPARTMENT_OF_THE_INTERIOR_API_KEY: DEPARTMENT_OF_THE_INTERIOR_API_KEY
capability:
  consumes:
  - type: http
    namespace: nps-data-alerts
    baseUri: https://developer.nps.gov/api/v1
    description: National Park Service (NPS) Data API — Alerts business capability. Self-contained, no shared references.
    resources:
    - name: alerts
      path: /alerts
      operations:
      - name: listalerts
        method: GET
        description: List park alerts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: api_key
      value: '{{env.DEPARTMENT_OF_THE_INTERIOR_API_KEY}}'
      placement: query
  exposes:
  - type: rest
    namespace: nps-data-alerts-rest
    port: 8080
    description: REST adapter for National Park Service (NPS) Data API — Alerts. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/alerts
      name: alerts
      description: REST surface for alerts.
      operations:
      - method: GET
        name: listalerts
        description: List park alerts
        call: nps-data-alerts.listalerts
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: nps-data-alerts-mcp
    port: 9090
    transport: http
    description: MCP adapter for National Park Service (NPS) Data API — Alerts. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-park-alerts
      description: List park alerts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: nps-data-alerts.listalerts
      outputParameters:
      - type: object
        mapping: $.