ZoomInfo · Capability

ZoomInfo — Contact Enrich

ZoomInfo — Contact Enrich. 3 operations. Lead operation: Zoominfo Contact Enrich. Self-contained Naftiko capability covering one Zoominfo business surface.

Run with Naftiko ZoominfoContact Enrich

What You Can Do

POST
Contactenrich — Zoominfo Contact Enrich
/v1/enrich/contact
GET
Contactenrichinputs — Zoominfo Contact Enrich Inputs
/v1/lookup/inputfields/contact/enrich
GET
Contactenrichoutputs — Zoominfo Contact Enrich Outputs
/v1/lookup/outputfields/contact/enrich

MCP Tools

zoominfo-contact-enrich

Zoominfo Contact Enrich

zoominfo-contact-enrich-inputs

Zoominfo Contact Enrich Inputs

read-only idempotent
zoominfo-contact-enrich-outputs

Zoominfo Contact Enrich Outputs

read-only idempotent

Capability Spec

zoominfo-contact-enrich.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: ZoomInfo — Contact Enrich
  description: 'ZoomInfo — Contact Enrich. 3 operations. Lead operation: Zoominfo Contact Enrich. Self-contained Naftiko capability
    covering one Zoominfo business surface.'
  tags:
  - Zoominfo
  - Contact Enrich
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ZOOMINFO_API_KEY: ZOOMINFO_API_KEY
capability:
  consumes:
  - type: http
    namespace: zoominfo-contact-enrich
    baseUri: https://api.zoominfo.com
    description: ZoomInfo — Contact Enrich business capability. Self-contained, no shared references.
    resources:
    - name: enrich-contact
      path: /enrich/contact
      operations:
      - name: contactenrich
        method: POST
        description: Zoominfo Contact Enrich
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: lookup-inputfields-contact-enrich
      path: /lookup/inputfields/contact/enrich
      operations:
      - name: contactenrichinputs
        method: GET
        description: Zoominfo Contact Enrich Inputs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: lookup-outputfields-contact-enrich
      path: /lookup/outputfields/contact/enrich
      operations:
      - name: contactenrichoutputs
        method: GET
        description: Zoominfo Contact Enrich Outputs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.ZOOMINFO_API_KEY}}'
  exposes:
  - type: rest
    namespace: zoominfo-contact-enrich-rest
    port: 8080
    description: REST adapter for ZoomInfo — Contact Enrich. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/enrich/contact
      name: enrich-contact
      description: REST surface for enrich-contact.
      operations:
      - method: POST
        name: contactenrich
        description: Zoominfo Contact Enrich
        call: zoominfo-contact-enrich.contactenrich
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/lookup/inputfields/contact/enrich
      name: lookup-inputfields-contact-enrich
      description: REST surface for lookup-inputfields-contact-enrich.
      operations:
      - method: GET
        name: contactenrichinputs
        description: Zoominfo Contact Enrich Inputs
        call: zoominfo-contact-enrich.contactenrichinputs
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/lookup/outputfields/contact/enrich
      name: lookup-outputfields-contact-enrich
      description: REST surface for lookup-outputfields-contact-enrich.
      operations:
      - method: GET
        name: contactenrichoutputs
        description: Zoominfo Contact Enrich Outputs
        call: zoominfo-contact-enrich.contactenrichoutputs
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: zoominfo-contact-enrich-mcp
    port: 9090
    transport: http
    description: MCP adapter for ZoomInfo — Contact Enrich. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: zoominfo-contact-enrich
      description: Zoominfo Contact Enrich
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: zoominfo-contact-enrich.contactenrich
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: zoominfo-contact-enrich-inputs
      description: Zoominfo Contact Enrich Inputs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: zoominfo-contact-enrich.contactenrichinputs
      outputParameters:
      - type: object
        mapping: $.
    - name: zoominfo-contact-enrich-outputs
      description: Zoominfo Contact Enrich Outputs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: zoominfo-contact-enrich.contactenrichoutputs
      outputParameters:
      - type: object
        mapping: $.