ZoomInfo · Capability

ZoomInfo — Intent Enrich

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

Run with Naftiko ZoominfoIntent Enrich

What You Can Do

POST
Intentenrich — Zoominfo Intent Enrich
/v1/enrich/intent
GET
Intentenrichinputs — Zoominfo Intent Enrich Inputs
/v1/lookup/inputfields/intent/enrich
GET
Intentenrichoutputs — Zoominfo Intent Enrich Outputs
/v1/lookup/outputfields/intent/enrich

MCP Tools

zoominfo-intent-enrich

Zoominfo Intent Enrich

zoominfo-intent-enrich-inputs

Zoominfo Intent Enrich Inputs

read-only idempotent
zoominfo-intent-enrich-outputs

Zoominfo Intent Enrich Outputs

read-only idempotent

Capability Spec

zoominfo-intent-enrich.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: ZoomInfo — Intent Enrich
  description: 'ZoomInfo — Intent Enrich. 3 operations. Lead operation: Zoominfo Intent Enrich. Self-contained Naftiko capability
    covering one Zoominfo business surface.'
  tags:
  - Zoominfo
  - Intent 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-intent-enrich
    baseUri: https://api.zoominfo.com
    description: ZoomInfo — Intent Enrich business capability. Self-contained, no shared references.
    resources:
    - name: enrich-intent
      path: /enrich/intent
      operations:
      - name: intentenrich
        method: POST
        description: Zoominfo Intent 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-intent-enrich
      path: /lookup/inputfields/intent/enrich
      operations:
      - name: intentenrichinputs
        method: GET
        description: Zoominfo Intent Enrich Inputs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: lookup-outputfields-intent-enrich
      path: /lookup/outputfields/intent/enrich
      operations:
      - name: intentenrichoutputs
        method: GET
        description: Zoominfo Intent Enrich Outputs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.ZOOMINFO_API_KEY}}'
  exposes:
  - type: rest
    namespace: zoominfo-intent-enrich-rest
    port: 8080
    description: REST adapter for ZoomInfo — Intent Enrich. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/enrich/intent
      name: enrich-intent
      description: REST surface for enrich-intent.
      operations:
      - method: POST
        name: intentenrich
        description: Zoominfo Intent Enrich
        call: zoominfo-intent-enrich.intentenrich
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/lookup/inputfields/intent/enrich
      name: lookup-inputfields-intent-enrich
      description: REST surface for lookup-inputfields-intent-enrich.
      operations:
      - method: GET
        name: intentenrichinputs
        description: Zoominfo Intent Enrich Inputs
        call: zoominfo-intent-enrich.intentenrichinputs
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/lookup/outputfields/intent/enrich
      name: lookup-outputfields-intent-enrich
      description: REST surface for lookup-outputfields-intent-enrich.
      operations:
      - method: GET
        name: intentenrichoutputs
        description: Zoominfo Intent Enrich Outputs
        call: zoominfo-intent-enrich.intentenrichoutputs
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: zoominfo-intent-enrich-mcp
    port: 9090
    transport: http
    description: MCP adapter for ZoomInfo — Intent Enrich. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: zoominfo-intent-enrich
      description: Zoominfo Intent Enrich
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: zoominfo-intent-enrich.intentenrich
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: zoominfo-intent-enrich-inputs
      description: Zoominfo Intent Enrich Inputs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: zoominfo-intent-enrich.intentenrichinputs
      outputParameters:
      - type: object
        mapping: $.
    - name: zoominfo-intent-enrich-outputs
      description: Zoominfo Intent Enrich Outputs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: zoominfo-intent-enrich.intentenrichoutputs
      outputParameters:
      - type: object
        mapping: $.