U.S. EPA WaterSense — Contact

Contact. 1 operations. Lead operation: Contact. Self-contained Naftiko capability covering one EPA business surface.

Run with Naftiko EPAContact

What You Can Do

GET
Getapicontact — Contact
/v1/api/contact

MCP Tools

contact

Contact

read-only idempotent

Capability Spec

elg-search-contact.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: U.S. EPA WaterSense — Contact
  description: 'Contact. 1 operations. Lead operation: Contact. Self-contained Naftiko capability covering one EPA business surface.'
  tags:
    - EPA
    - Contact
  created: '2026-05-29'
  modified: '2026-05-29'
binds:
  - namespace: env
    keys:
      EPA_USERNAME: EPA_USERNAME
capability:
  consumes:
    - type: http
      namespace: elg-search-contact
      baseUri: https://owapps-stage.app.cloud.gov/elg
      description: U.S. EPA WaterSense — Contact business capability. Self-contained, no shared references.
      authentication:
        type: basic
        username: '{{env.EPA_USERNAME}}'
        password: '{{env.EPA_PASSWORD}}'
      resources:
        - name: api-contact
          path: /api/contact
          operations:
            - name: getapicontact
              method: GET
              description: Contact
              inputParameters: []
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
  exposes:
    - type: rest
      namespace: elg-search-contact-rest
      port: 8080
      description: REST adapter for U.S. EPA WaterSense — Contact. One Spectral-compliant resource per consumed operation, prefixed with /v1.
      resources:
        - path: /v1/api/contact
          name: api-contact
          description: REST surface for Contact.
          operations:
            - method: GET
              name: getapicontact
              description: Contact
              call: elg-search-contact.getapicontact
              with: {}
              outputParameters:
                - type: object
                  mapping: $.
    - type: mcp
      namespace: elg-search-contact-mcp
      port: 9090
      transport: http
      description: MCP adapter for U.S. EPA WaterSense — Contact. One tool per consumed operation, routed inline through this capability's consumes block.
      tools:
        - name: contact
          description: Contact
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: elg-search-contact.getapicontact
          with: {}
          outputParameters:
            - type: object
              mapping: $.