naftiko: 1.0.0-alpha2 info: label: USGS Water Data OGC API — Collections description: 'USGS Water Data OGC API — Collections. 2 operations. Lead operation: Get Landing Page. Self-contained Naftiko capability covering one Us Geological Survey business surface.' tags: - Us Geological Survey - Collections created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: US_GEOLOGICAL_SURVEY_API_KEY: US_GEOLOGICAL_SURVEY_API_KEY capability: consumes: - type: http namespace: usgs-water-data-collections baseUri: https://api.waterdata.usgs.gov/ogcapi/v0 description: USGS Water Data OGC API — Collections business capability. Self-contained, no shared references. resources: - name: root path: / operations: - name: getlandingpage method: GET description: Get Landing Page outputRawFormat: json outputParameters: - name: result type: object value: $. - name: collections path: /collections operations: - name: listcollections method: GET description: List Collections outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: apikey key: api_key value: '{{env.US_GEOLOGICAL_SURVEY_API_KEY}}' placement: query exposes: - type: rest namespace: usgs-water-data-collections-rest port: 8080 description: REST adapter for USGS Water Data OGC API — Collections. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1 name: root description: REST surface for root. operations: - method: GET name: getlandingpage description: Get Landing Page call: usgs-water-data-collections.getlandingpage outputParameters: - type: object mapping: $. - path: /v1/collections name: collections description: REST surface for collections. operations: - method: GET name: listcollections description: List Collections call: usgs-water-data-collections.listcollections outputParameters: - type: object mapping: $. - type: mcp namespace: usgs-water-data-collections-mcp port: 9090 transport: http description: MCP adapter for USGS Water Data OGC API — Collections. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: get-landing-page description: Get Landing Page hints: readOnly: true destructive: false idempotent: true call: usgs-water-data-collections.getlandingpage outputParameters: - type: object mapping: $. - name: list-collections description: List Collections hints: readOnly: true destructive: false idempotent: true call: usgs-water-data-collections.listcollections outputParameters: - type: object mapping: $.