ZoomInfo · Capability

ZoomInfo — Bulk

ZoomInfo — Bulk. 6 operations. Lead operation: Zoominfo Bulk Company Enrich. Self-contained Naftiko capability covering one Zoominfo business surface.

Run with Naftiko ZoominfoBulk

What You Can Do

POST
Bulkcompanyenrich — Zoominfo Bulk Company Enrich
/v1/bulk/enrich/company
POST
Bulkcontactenrich — Zoominfo Bulk Contact Enrich
/v1/bulk/enrich/contact
POST
Bulkjobresults — Zoominfo Bulk Job Results
/v1/bulk/job/results
POST
Bulkjobstatus — Zoominfo Bulk Job Status
/v1/bulk/job/status
POST
Bulkcompanysearch — Zoominfo Bulk Company Search
/v1/bulk/search/company
POST
Bulkcontactsearch — Zoominfo Bulk Contact Search
/v1/bulk/search/contact

MCP Tools

zoominfo-bulk-company-enrich

Zoominfo Bulk Company Enrich

zoominfo-bulk-contact-enrich

Zoominfo Bulk Contact Enrich

zoominfo-bulk-job-results

Zoominfo Bulk Job Results

zoominfo-bulk-job-status

Zoominfo Bulk Job Status

zoominfo-bulk-company-search

Zoominfo Bulk Company Search

read-only
zoominfo-bulk-contact-search

Zoominfo Bulk Contact Search

read-only

Capability Spec

zoominfo-bulk.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: ZoomInfo — Bulk
  description: 'ZoomInfo — Bulk. 6 operations. Lead operation: Zoominfo Bulk Company Enrich. Self-contained Naftiko capability
    covering one Zoominfo business surface.'
  tags:
  - Zoominfo
  - Bulk
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ZOOMINFO_API_KEY: ZOOMINFO_API_KEY
capability:
  consumes:
  - type: http
    namespace: zoominfo-bulk
    baseUri: https://api.zoominfo.com
    description: ZoomInfo — Bulk business capability. Self-contained, no shared references.
    resources:
    - name: bulk-enrich-company
      path: /bulk/enrich/company
      operations:
      - name: bulkcompanyenrich
        method: POST
        description: Zoominfo Bulk Company Enrich
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: bulk-enrich-contact
      path: /bulk/enrich/contact
      operations:
      - name: bulkcontactenrich
        method: POST
        description: Zoominfo Bulk Contact Enrich
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: bulk-job-results
      path: /bulk/job/results
      operations:
      - name: bulkjobresults
        method: POST
        description: Zoominfo Bulk Job Results
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: bulk-job-status
      path: /bulk/job/status
      operations:
      - name: bulkjobstatus
        method: POST
        description: Zoominfo Bulk Job Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: bulk-search-company
      path: /bulk/search/company
      operations:
      - name: bulkcompanysearch
        method: POST
        description: Zoominfo Bulk Company Search
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: bulk-search-contact
      path: /bulk/search/contact
      operations:
      - name: bulkcontactsearch
        method: POST
        description: Zoominfo Bulk Contact Search
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ZOOMINFO_API_KEY}}'
  exposes:
  - type: rest
    namespace: zoominfo-bulk-rest
    port: 8080
    description: REST adapter for ZoomInfo — Bulk. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/bulk/enrich/company
      name: bulk-enrich-company
      description: REST surface for bulk-enrich-company.
      operations:
      - method: POST
        name: bulkcompanyenrich
        description: Zoominfo Bulk Company Enrich
        call: zoominfo-bulk.bulkcompanyenrich
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/bulk/enrich/contact
      name: bulk-enrich-contact
      description: REST surface for bulk-enrich-contact.
      operations:
      - method: POST
        name: bulkcontactenrich
        description: Zoominfo Bulk Contact Enrich
        call: zoominfo-bulk.bulkcontactenrich
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/bulk/job/results
      name: bulk-job-results
      description: REST surface for bulk-job-results.
      operations:
      - method: POST
        name: bulkjobresults
        description: Zoominfo Bulk Job Results
        call: zoominfo-bulk.bulkjobresults
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/bulk/job/status
      name: bulk-job-status
      description: REST surface for bulk-job-status.
      operations:
      - method: POST
        name: bulkjobstatus
        description: Zoominfo Bulk Job Status
        call: zoominfo-bulk.bulkjobstatus
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/bulk/search/company
      name: bulk-search-company
      description: REST surface for bulk-search-company.
      operations:
      - method: POST
        name: bulkcompanysearch
        description: Zoominfo Bulk Company Search
        call: zoominfo-bulk.bulkcompanysearch
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/bulk/search/contact
      name: bulk-search-contact
      description: REST surface for bulk-search-contact.
      operations:
      - method: POST
        name: bulkcontactsearch
        description: Zoominfo Bulk Contact Search
        call: zoominfo-bulk.bulkcontactsearch
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: zoominfo-bulk-mcp
    port: 9090
    transport: http
    description: MCP adapter for ZoomInfo — Bulk. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: zoominfo-bulk-company-enrich
      description: Zoominfo Bulk Company Enrich
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: zoominfo-bulk.bulkcompanyenrich
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: zoominfo-bulk-contact-enrich
      description: Zoominfo Bulk Contact Enrich
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: zoominfo-bulk.bulkcontactenrich
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: zoominfo-bulk-job-results
      description: Zoominfo Bulk Job Results
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: zoominfo-bulk.bulkjobresults
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: zoominfo-bulk-job-status
      description: Zoominfo Bulk Job Status
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: zoominfo-bulk.bulkjobstatus
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: zoominfo-bulk-company-search
      description: Zoominfo Bulk Company Search
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: zoominfo-bulk.bulkcompanysearch
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: zoominfo-bulk-contact-search
      description: Zoominfo Bulk Contact Search
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: zoominfo-bulk.bulkcontactsearch
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.