ZoomInfo · Capability

ZoomInfo — News Enrich

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

Run with Naftiko ZoominfoNews Enrich

What You Can Do

POST
Newsenrich — Zoominfo News Enrich
/v1/enrich/news
GET
Newsenrichinputs — Zoominfo News Enrich Inputs
/v1/lookup/inputfields/news/enrich
GET
Newsenrichoutputs — Zoominfo News Enrich Outputs
/v1/lookup/outputfields/news/enrich

MCP Tools

zoominfo-news-enrich

Zoominfo News Enrich

zoominfo-news-enrich-inputs

Zoominfo News Enrich Inputs

read-only idempotent
zoominfo-news-enrich-outputs

Zoominfo News Enrich Outputs

read-only idempotent

Capability Spec

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